Spread Windows Forms 12.0 Product Documentation
RowCount Property (IRange)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : RowCount Property
Gets the number of rows in this Range.
Syntax
'Declaration
 
ReadOnly Property RowCount As Integer
'Usage
 
Dim instance As IRange
Dim value As Integer
 
value = instance.RowCount
int RowCount {get;}

Property Value

An integer that specifies the number of rows.
Remarks
If this Range contains multiple areas, the number of rows in the first area is returned.
See Also

Reference

IRange Interface
IRange Members