Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / LoadOnDemandInterval Property
Example


In This Topic
    LoadOnDemandInterval Property
    In This Topic
    Gets or sets a period of time (in milliseconds) when spread loads the next set of rows.
    Syntax
    'Declaration
     
    
    Public Property LoadOnDemandInterval As Integer
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Integer
     
    instance.LoadOnDemandInterval = value
     
    value = instance.LoadOnDemandInterval
    public int LoadOnDemandInterval {get; set;}
    Example
    This example sets the LoadOnDemandInterval property.
    See Also