Spread Windows Forms 12.0 Product Documentation
RowHeight Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : RowHeight Property
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
int RowHeight {get; set;}

Property Value

The height of the row.
See Also

Reference

IRange Interface
IRange Members