type | Description |
---|---|
ActionBase | Represents the actions in the component for which the user can perform an undo or redo. |
CellEditUndoAction | Represents a cell edit undo action that applies a new value to a cell on the sheet. |
ClearRangeValueUndoAction | Represents a clear range value undo action on the sheet. |
ClearValueUndoAction | Represents a clear cells value undo action on the sheet. |
ClipboardPasteFloatingObjectUndoAction | Represents the Clipboard paste undo action for pasting the floating objects on the sheet. |
ClipboardPasteRangeUndoAction | Represents a paste undo action to paste a range on the sheet. |
ClipboardPasteUndoAction | Represents the Clipboard paste undo action for pasting on the sheet. |
ColumnAutoFitUndoAction | Represents the undo actions for automatically resizing a column in a sheet. |
ColumnGroupExpandUndoAction | Represents an undo action to expand or collapse a column range group. |
ColumnGroupHeaderExpandUndoAction | Represents a column range group action used to expand or collapse column range groups on the same level. |
ColumnGroupUndoAction | Represents the undo action for column range grouping on a sheet. |
ColumnResizeUndoAction | Represents the undo actions for resizing a column on a sheet. |
ColumnUngroupUndoAction | Represents the undo action for ungrouping a column range group on a sheet. |
DeleteFloatingObjectUndoAction | Represents the undo action for deleting the floating objects. |
DragCopyFloatingObjectUndoAction | Represents the dragCopy undo action to move the floating objects on the sheet. |
DragDropExtent | Represents a drag drop action extent that supports drag and drop on the sheet. |
DragDropUndoAction | Represents a drag drop undo action used to drag a range and drop it onto another range on the sheet. |
DragFillExtent | Represents the extend information for drag fill actions. |
DragFillUndoAction | Represents a drag fill undo action to drag and fill a range on the sheet. |
FloatingObjectExtent | Represents the extend for floating object actions. |
FloatingObjectUndoActionBase | Represents the undo action for the floating object. |
GroupExpandExtent | Represents the information for a group expand. |
GroupExtent | Represents a range group extent that supports the range group undo action. |
GroupHeaderExpandExtent | Represents the information for a group header expand. |
MovingFloatingObjectExtent | Represents the extend for floating object actions. |
MovingFloatingObjectUndoAction | Represents the undo action for moving the floating objects. |
PasteExtent | Represents the information for a paste expand. |
PasteRangeExtent | Represents the information for a paste range expand. |
ResizingFloatingObjectUndoAction | Represents the undo action for resizing the floating objects. |
ReszingFloatingObjectExtent | Represents the information for a resize floating object. |
RowAutoFitUndoAction | Represents the undo actions for automatically resizing a row in a sheet. |
RowGroupExpandUndoAction | Represents an undo action to expand or collapse a row range group. |
RowGroupHeaderExpandUndoAction | Represents a row range group action used to expand or collapse row range groups on the same level. |
RowGroupUndoAction | Represents the undo action for grouping a row range group on a sheet. |
RowResizeUndoAction | Represents the undo actions for resizing a row on a sheet. |
RowUngroupUndoAction | Represents the undo action for ungrouping row range groups on a sheet. |
SheetRenameUndoAction | Represents a rename sheet undo action on the sheet. |
ZoomUndoAction | Represents a zoom undo action on the sheet. |