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


In This Topic
RowCount Property (IRange)
In This Topic
Gets the number of rows in this IRange.
Syntax
'Declaration
 
ReadOnly Property RowCount As Integer
 
'Usage
 
Dim instance As IRange
Dim value As Integer
 
value = instance.RowCount

Property Value

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