Undo and Redo
23 Jun 20201 minute to read
Spreadsheet provides the support to perform undo and redo operations. You can set AllowUndoRedo
as true to enable undo redo feature. You can also use UndoRedoStep
property to limit the undo redo action.
NOTE
Default value of
UndoRedoStep
is 20. You can perform 20 undo or redo actions.
Undo the last action
Undo reverses the last action you performed with spreadsheet. You can do this by following ways.
- Use Undo button of HOME tab in ribbon.
- Use Ctrl + Z key.
Redo the action
Redo reverses the last undo action you performed with spreadsheet. You can do this by following ways.
- Use Redo button of HOME tab in ribbon.
- Use Ctrl + Y key.