'Declaration
Public Function Execute( _ ByVal workbook As Workbook _ ) As CommandResult
'Usage
Dim instance As Command Dim workbook As Workbook Dim value As CommandResult value = instance.Execute(workbook)
public CommandResult Execute( Workbook workbook )
Parameters
- workbook
- A prefer workbook that might be used for excecuting command.
Return Value
A CommandResult value represents the executing result.