Execute Method (ICommand)
Executes the
ICommand on the current Spread control.
'Declaration
Sub Execute( _
ByVal As Object, _
ByVal As FpSpread _
)
'Usage
Dim instance As ICommand
Dim parameter As Object
Dim spread As FpSpread
instance.Execute(parameter, spread)
Parameters
- parameter
- User defined parameter to be passed to the handler.
- spread
- Spread control at which to begin looking for command handlers.