Gets or sets whether to allow incremental loads to the client on demand when the user is scrolling.
Syntax
'Declaration
Public Property AllowLoadOnDemand As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.AllowLoadOnDemand = value
value = instance.AllowLoadOnDemand
public bool AllowLoadOnDemand {get; set;}
See Also