Undo and Redo in EJ 1 Angular Spreadsheet
8 Jun 2017 / 1 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.
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page