Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Commands Namespace / ICommand Interface / Execute Method
User defined parameter to be passed to the handler.
Spread control at which to begin looking for command handlers.


In This Topic
Execute Method (ICommand)
In This Topic
Executes the ICommand on the current Spread control.
Syntax
'Declaration
 
Sub Execute( _
   ByVal parameter As Object, _
   ByVal spread 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.
See Also