Gets or sets whether to allow virtual paging to load data when the user is scrolling.
Syntax
'Declaration
Public Property AllowVirtualScrollPaging As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.AllowVirtualScrollPaging = value
value = instance.AllowVirtualScrollPaging
public bool AllowVirtualScrollPaging {get; set;}
See Also