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