Controls undo and redo operations in the FlexSheet.
constructor(owner: FlexSheet): UndoStack
Initializes a new instance of the UndoStack class.
clear(): void
Clears the undo stack.
onUndoStackChanged(e?: EventArgs): void
Raises the undoStackChanged event.
redo(): void
Redo the last undone action.
undo(): void
Undo the last action.