Gets or sets whether the sheet displays the number of pages and the arrows for navigating to other pages in the sheet.
Syntax
'Declaration
Public Property AllowPage As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.AllowPage = value
value = instance.AllowPage
public bool AllowPage {get; set;}
See Also