GrapeCity.Xaml.SpreadSheet.Data
RowCount Property (CellRange)


GrapeCity.Xaml.SpreadSheet.Data Namespace > CellRange Class : RowCount Property
Gets the number of rows in the range.
Syntax
'Declaration
 
Public ReadOnly Property RowCount As Integer
'Usage
 
Dim instance As CellRange
Dim value As Integer
 
value = instance.RowCount
public int RowCount {get;}

Property Value

The number of rows in the range.
See Also

Reference

CellRange Class
CellRange Members