[]
Represents the undo actions for moving a column.
public class ColumnMoveUndoAction : UndoAction, ICloneable
Public Class ColumnMoveUndoAction
Inherits UndoAction
Implements ICloneable
Name | Description |
---|---|
ColumnMoveUndoAction(SheetView, int, int, bool) | Creates a new ColumnMoveUndoAction action. |
ColumnMoveUndoAction(SheetView, int, int, int, bool) | Creates a new ColumnMoveUndoAction action. |
Name | Description |
---|---|
actualMovedColumnCount | Specifies the actual number of columns that are moved successfully. |
column | Specifies the source column index. |
count | Specifies the number of columns to move. |
moveContent | Specifies whether to move the content. |
movedToColumn | Specifies the destination column index. |
sheetView | Specifies the sheet that contains the column. |
Name | Description |
---|---|
PerformUndoAction(object) | Performs the column moving action. |
SaveUndoState() | Saves undo state information. |
ToString() | Returns a string that represents this object. |
Undo(object) | Undoes the column moving action. |