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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : RowCount Property
Gets or sets the number of rows in the sheet.
Syntax
'Declaration
 
Public Overridable Property RowCount As Integer
'Usage
 
Dim instance As SheetView
Dim value As Integer
 
instance.RowCount = value
 
value = instance.RowCount
public virtual int RowCount {get; set;}
See Also

Reference

SheetView Class
SheetView Members