Spread for ASP.NET 12 Product Documentation
OnSelectView Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : OnSelectView Method
Sheet index to which to switch
Switches to a different sheet in the Spread component.
Syntax
'Declaration
 
Protected Sub OnSelectView( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As FpSpread
Dim index As Integer
 
instance.OnSelectView(index)
protected void OnSelectView( 
   int index
)

Parameters

index
Sheet index to which to switch
See Also

Reference

FpSpread Class
FpSpread Members