LoadInitRowCount Property (FpSpread)
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 FpSpread
Dim value As Integer
instance.LoadInitRowCount = value
value = instance.LoadInitRowCount
public int LoadInitRowCount {get; set;}
Example
This example allows the loading of a specified number of rows.
See Also