FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : CurrentPage Property |
'Declaration Public Property CurrentPage As Integer
'Usage Dim instance As FpSpread Dim value As Integer instance.CurrentPage = value value = instance.CurrentPage
public int CurrentPage {get; set;}
FpSpread1.Sheets[0].RowCount = 20; FpSpread1.Sheets[0].PageSize = 5; FpSpread1.CurrentPage = 2;
FpSpread1.Sheets(0).RowCount = 20 FpSpread1.Sheets(0).PageSize = 5 FpSpread1.CurrentPage = 2
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
FpSpread Class
FpSpread Members
Customizing the Page Size (Rows to Display)
Customizing Page Navigation