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;}
See Also