[]
Represents the undo actions for resizing a column on a sheet.
public class ColumnResizeUndoAction : UndoAction, ICloneable
Public Class ColumnResizeUndoAction
Inherits UndoAction
Implements ICloneable
Name | Description |
---|---|
ColumnResizeUndoAction(SheetView, ColumnWidthChangeExtents[], int, bool) | Creates a new undo action for column resizing. |
Name | Description |
---|---|
_visbles | |
columns | Specifies the column width change extents |
oldsizes | Specifies the old sizes. |
rowHeader | Specifies whether the row header is involved. |
sheetView | Specifies the sheet that contains column resizing. |
size | Specifies the size. |
Name | Description |
---|---|
PerformUndoAction(object) | Performs the column resizing action. |
SaveUndoState() | Saves undo information. |
ToString() | Returns a string that represents this object. |
Undo(object) | Undoes the column resizing action. |