Spread for ASP.NET 12 Product Documentation
RowCount Property (CellRange)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model 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;}
See Also

Reference

CellRange Class
CellRange Members