Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / RowHeight Property


In This Topic
RowHeight Property (IRange)
In This Topic
Gets or sets the height of the row.
Syntax
'Declaration
 
Property RowHeight As Integer
 
'Usage
 
Dim instance As IRange
Dim value As Integer
 
instance.RowHeight = value
 
value = instance.RowHeight

Property Value

The height of the row.
See Also