Selects the specified row in the Spread component.
Syntax
'Declaration
Protected Sub OnSelect( _
ByVal As Integer _
)
'Usage
Dim instance As FpSpread
Dim row As Integer
instance.OnSelect(row)
protected void OnSelect(
int
)
Parameters
- row
- Row index as integer
See Also