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