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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : LoadInitRowCount Property
Gets or sets the number of rows to load initially to the client.
Syntax
'Declaration
 
Public Property LoadInitRowCount As Integer
'Usage
 
Dim instance As SheetView
Dim value As Integer
 
instance.LoadInitRowCount = value
 
value = instance.LoadInitRowCount
public int LoadInitRowCount {get; set;}
See Also

Reference

SheetView Class
SheetView Members