Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / UseStandardWidth Property


In This Topic
    UseStandardWidth Property
    In This Topic
    Gets or sets a boolean value indicating whether the column width of the IRange object equals the standard width of the sheet. Returns null if the range contains more than one column and the columns aren't all the same width.
    Syntax
    'Declaration
     
    
    Property UseStandardWidth As Nullable(Of Boolean)
    'Usage
     
    
    Dim instance As IRange
    Dim value As Nullable(Of Boolean)
     
    instance.UseStandardWidth = value
     
    value = instance.UseStandardWidth
    Nullable<bool> UseStandardWidth {get; set;}

    Property Value

    true if the column width of the IRange object equals the standard width of the sheet; otherwise, false.
    See Also