[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Commands.Command.ExecuteCore

ExecuteCore Method

ExecuteCore(ref CommandResult, bool)

Executes this command.

Declaration
protected virtual void ExecuteCore(ref CommandResult commandResult, bool redo)
Protected Overridable Sub ExecuteCore(ByRef commandResult As CommandResult, redo As Boolean)
Parameters
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.

Remarks

If the command is no longer belong to the undo or redo queue, it'll be disposed.