Spread Silverlight Documentation
RowCount Property (CellRange)


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

Property Value

The number of rows in the range.
See Also

Reference

CellRange Class
CellRange Members