[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IRange.UseStandardHeight

UseStandardHeight Property

UseStandardHeight

Gets or sets a boolean value indicating whether the row height of the IRange object equals the standard height of the sheet. Returns null if the range contains more than one row and the rows aren't all the same height.

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

true if the row height of the IRange object equals the standard height of the sheet; otherwise, false.