[]
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 the undo state before performing the action. |
ToString() | Returns a string that represents this object. |
Undo(object) | Undoes the action. |