Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / LoadInitRowCount Property
Example


In This Topic
    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