LoadOffsetFromBottom Property
In This Topic
Gets or sets the row index (from bottom to top) in the view from where spread loads the next set of rows after scrolling to this position.
Syntax
'Declaration
Public Property LoadOffsetFromBottom As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
instance.LoadOffsetFromBottom = value
value = instance.LoadOffsetFromBottom
public int LoadOffsetFromBottom {get; set;}
Example
This example sets the LoadOffsetFromBottom property.
See Also