Processes the Edit command in the Spread component.
Syntax
'Declaration
Protected Sub OnEdit( _
ByVal As Integer _
)
'Usage
Dim instance As FpSpread
Dim row As Integer
instance.OnEdit(row)
protected void OnEdit(
int
)
Parameters
- row
- Row index
See Also