Spread for ASP.NET 12 Product Documentation
LoadOffsetFromBottom Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : LoadOffsetFromBottom Property
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;}
See Also

Reference

SheetView Class
SheetView Members