Spread for ASP.NET 12 Product Documentation
PageSize Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : PageSize Property
Gets or sets the number of rows to display at a time.
Syntax
'Declaration
 
Public Property PageSize As Integer
'Usage
 
Dim instance As SheetView
Dim value As Integer
 
instance.PageSize = value
 
value = instance.PageSize
public int PageSize {get; set;}
See Also

Reference

SheetView Class
SheetView Members