Spread for ASP.NET 12 Product Documentation
OnSelect Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : OnSelect Method
Row index as integer
Selects the specified row in the Spread component.
Syntax
'Declaration
 
Protected Sub OnSelect( _
   ByVal row As Integer _
) 
'Usage
 
Dim instance As FpSpread
Dim row As Integer
 
instance.OnSelect(row)
protected void OnSelect( 
   int row
)

Parameters

row
Row index as integer
See Also

Reference

FpSpread Class
FpSpread Members