ColumnMoveUndoAction Class Fields
In This Topic
For a list of all members of this type, see ColumnMoveUndoAction members.
Protected Fields
| 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. |
Top
See Also