'Declaration
Public Enum LoadOnDemandMode Inherits System.Enum
'Usage
Dim instance As LoadOnDemandMode
public enum LoadOnDemandMode : System.Enum
'Declaration
Public Enum LoadOnDemandMode Inherits System.Enum
'Usage
Dim instance As LoadOnDemandMode
public enum LoadOnDemandMode : System.Enum
Member | Description |
---|---|
Background | Indicates that spread loads the next set of rows after a period of time or after the user scrolls to the row at the SheetView.LoadOffsetFromBottom position. |
Standard | Indicates that spread only loads the next rows if after scrolling, there are no bottom rows that are hidden from the view. |
System.Object
System.ValueType
System.Enum
FarPoint.Web.Spread.LoadOnDemandMode