FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / LoadInitRowCount Property
Example


In This Topic
LoadInitRowCount Property (SheetView)
In This Topic
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

Property Value

Integer number or rows to load initially
Example
See Also