[]
Represents the undo actions for table resizing.
public class TableResizeUndoAction : UndoAction, ICloneable
Public Class TableResizeUndoAction
Inherits UndoAction
Implements ICloneable
Name | Description |
---|---|
TableResizeUndoAction(FpSpread, SheetView, TableView, int, int, int) | Creates an instance of TableResizeUndoAction |
Name | Description |
---|---|
PerformUndoAction(object) | Performs the undo action. |
SaveUndoState() | Saves undo state information. |
ToString() | |
Undo(object) | Undoes the action. |