Scrolls through the sheet in the component to the specified page.
Syntax
'Declaration
Public Sub GotoPage( _
ByVal As Integer _
)
'Usage
Dim instance As FpSpread
Dim pageIndex As Integer
instance.GotoPage(pageIndex)
public void GotoPage(
int
)
Parameters
- pageIndex
- Index of specified page
See Also