Spread for ASP.NET 12 Product Documentation
AllowPage Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : AllowPage Property
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

Reference

SheetView Class
SheetView Members