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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > ISheetDataModel Interface : RowCount Property
Gets or sets the number of rows.
Syntax
'Declaration
 
Property RowCount As Integer
'Usage
 
Dim instance As ISheetDataModel
Dim value As Integer
 
instance.RowCount = value
 
value = instance.RowCount
int RowCount {get; set;}
See Also

Reference

ISheetDataModel Interface
ISheetDataModel Members