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