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