[]
Executes the specified command.
public CommandResult Execute(Command command)
Public Function Execute(command As Command) As CommandResult
Type | Name | Description |
---|---|---|
Command | command | The command to be executed. |
Type | Description |
---|---|
CommandResult | An GrapeCity.Spreadsheet.Commands.CommandResult struct which contains information about the execution of action. |
Executes the list of commands by it's order.
public bool Execute(Command[] commands)
Public Function Execute(commands As Command()) As Boolean
Type | Name | Description |
---|---|---|
Command[] | commands | The commands to be executed. |
Type | Description |
---|---|
bool | A boolean value indicate commands are executed success or not. |