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


In This Topic
    LoadRowIncrement Property (FpSpread)
    In This Topic
    Gets or sets the number of rows to include in incremental loads on demand.
    Syntax
    'Declaration
     
    
    Public Property LoadRowIncrement As Integer
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Integer
     
    instance.LoadRowIncrement = value
     
    value = instance.LoadRowIncrement
    public int LoadRowIncrement {get; set;}
    Example
    This example allows the loading of a specified number of rows.
    See Also