[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.ExecuteCore

ExecuteCore Method

ExecuteCore(ref CommandResult, bool)

Executes this command.

Declaration
protected override void ExecuteCore(ref CommandResult commandResult, bool redo)
Protected Overrides 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.

Overrides
Remarks

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