[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IRange.UseStandardWidth

UseStandardWidth Property

UseStandardWidth

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.

Declaration
bool? UseStandardWidth { get; set; }
Property UseStandardWidth As Boolean?
Property Value
Type Description
bool?

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