TdxSpreadSheetHistoryAction.Redo Method
In This Article
Reapplies all change commands recorded as the history action to the opened spreadsheet document.
#Declaration
Delphi
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.
See Also