Switches to a different sheet in the Spread component.
Syntax
'Declaration
Protected Sub OnSelectView( _
ByVal As Integer _
)
'Usage
Dim instance As FpSpread
Dim index As Integer
instance.OnSelectView(index)
protected void OnSelectView(
int
)
Parameters
- index
- Sheet index to which to switch
See Also