| C1.WPF.FlexGrid Namespace : ExcelUndoStack Class |
The following tables list the members exposed by ExcelUndoStack.
| Name | Description | |
|---|---|---|
![]() | ExcelUndoStack Constructor | Initializes a new instance of a ExcelUndoStack. |
| Name | Description | |
|---|---|---|
![]() | CanRedo | Gets a value that indicates whether the stack contains actions that can be re-done. (Inherited from C1.WPF.FlexGrid.UndoStack) |
![]() | CanUndo | Gets a value that indicates whether the stack contains actions that can be undone. (Inherited from C1.WPF.FlexGrid.UndoStack) |
| Name | Description | |
|---|---|---|
![]() | AddAction | Adds an action to the undo/redo stack. (Inherited from C1.WPF.FlexGrid.UndoStack) |
![]() | Clear | Clears the undo/redo stack. (Inherited from C1.WPF.FlexGrid.UndoStack) |
![]() | Redo | Executes a Redo command. (Inherited from C1.WPF.FlexGrid.UndoStack) |
![]() | Undo | Executes an Undo command. (Inherited from C1.WPF.FlexGrid.UndoStack) |
| Name | Description | |
|---|---|---|
![]() | StateChanged | Occurs when the status of the undo stack changes. (Inherited from C1.WPF.FlexGrid.UndoStack) |