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