Processes the Page command for the Spread component.
Syntax
'Declaration
Protected Sub OnPage( _
ByVal As Integer _
)
'Usage
Dim instance As FpSpread
Dim pageIndex As Integer
instance.OnPage(pageIndex)
protected void OnPage(
int
)
Parameters
- pageIndex
- Page index
See Also