[]
Executes this command.
protected virtual void ExecuteCore(ref CommandResult commandResult, bool redo)
Protected Overridable Sub ExecuteCore(ByRef commandResult As CommandResult, redo As Boolean)
Type | Name | Description |
---|---|---|
CommandResult | commandResult | A GrapeCity.Spreadsheet.Commands.CommandResult value represents the executing result. |
bool | redo | A boolean value indicates whether the command execute redo action. |
If the command is no longer belong to the undo or redo queue, it'll be disposed.