TdxSpreadSheetHistory.RedoActionCount Property
In This Article
Returns the number of previously undone actions that you can re-apply to the opened document.
#Declaration
Delphi
property RedoActionCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
Use this property to obtain the number of actions in the RedoActions list.
Note
A positive Max
See Also