AllowLoadOnDemand Property (SheetView)
Gets or sets whether to allow incremental loads to the client on demand when the user is scrolling.
public bool AllowLoadOnDemand {get; set;}
'Declaration
Public Property AllowLoadOnDemand As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.AllowLoadOnDemand = value
value = instance.AllowLoadOnDemand
Property Value
Boolean:
true to allow users to set load on demand;
false otherwise