Spread for ASP.NET 12 Product Documentation
GotoPage Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : GotoPage Method
Index of specified page
Scrolls through the sheet in the component to the specified page.
Syntax
'Declaration
 
Public Sub GotoPage( _
   ByVal pageIndex As Integer _
) 
'Usage
 
Dim instance As FpSpread
Dim pageIndex As Integer
 
instance.GotoPage(pageIndex)
public void GotoPage( 
   int pageIndex
)

Parameters

pageIndex
Index of specified page
See Also

Reference

FpSpread Class
FpSpread Members