Client-Side API Reference > FlexSheet > wijmo.grid.sheet > UndoStack Class |
constructor(owner: FlexSheet): UndoStack
Initializes a new instance of the UndoStack class.
clear(): void
Clears the undo stack.
redo(): void
Redo the last undone action.
undo(): void
Undo the last action.
Controls undo and redo operations in the FlexSheet.