Skip to main content

TdxSpreadSheetHistoryCustomCommand.Redo Method

Reapplies the recorded change to the target worksheet.

Declaration

procedure Redo; virtual;

Remarks

Every TdxSpreadSheetHistoryCustomCommand class descendant overrides the Undo and Redo procedures to implement reverse and forward change algorithms specific to the command’s target.

Note

The history action’s Redo procedure calls the Redo procedure internally to reapply the recorded command to the opened spreadsheet document.

See Also