Spread for ASP.NET 12 Product Documentation
LoadOnDemandInterval Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : LoadOnDemandInterval Property
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;}
See Also

Reference

SheetView Class
SheetView Members