Spread for ASP.NET 12 Product Documentation
PageMaxAlign Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : PageMaxAlign Property
Gets or sets whether to show the maximum number of rows on the last page.
Syntax
'Declaration
 
Public Property PageMaxAlign As Boolean
'Usage
 
Dim instance As SheetView
Dim value As Boolean
 
instance.PageMaxAlign = value
 
value = instance.PageMaxAlign
public bool PageMaxAlign {get; set;}
See Also

Reference

SheetView Class
SheetView Members