GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / UseStandardHeight Property


In This Topic
UseStandardHeight Property
In This Topic
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.
Syntax
'Declaration
 
Property UseStandardHeight As Nullable(Of Boolean)
 
'Usage
 
Dim instance As IRange
Dim value As Nullable(Of Boolean)
 
instance.UseStandardHeight = value
 
value = instance.UseStandardHeight

Property Value

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