FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : AllowPage Property |
'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;}
For more information on page navigation, refer to Customizing Page Navigation.
FarPoint.Web.Spread.SheetView sv = FpSpread1.ActiveSheetView;
sv.ColumnCount = 5;
sv.PageSize = 10;
sv.RowCount = 40;
sv.AllowPage = true;
Dim sv As FarPoint.Web.Spread.SheetView sv = FpSpread1.ActiveSheetView sv.ColumnCount = 5 sv.PageSize = 10 sv.RowCount = 40 sv.AllowPage = True
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6