TdxSpreadSheetHistoryAction.Redo Method
Reapplies all change commands recorded as the history action to the opened spreadsheet document.
Declaration
procedure Redo;
Remarks
This procedure calls the Redo procedure for every stored change command and moves the history action from redo to the undo action list. A Redo procedure call has no effect if the history action is not last in the redo list.
Note
A spreadsheet control’s History.Redo procedure calls the Redo procedure internally for the last history action in the redo list.
See Also