[]
Creates a new ColumnMoveUndoAction action.
public ColumnMoveUndoAction(SheetView sheetView, int column, int movedToColumn, bool moveContent)
Public Sub New(sheetView As SheetView, column As Integer, movedToColumn As Integer, moveContent As Boolean)
Type | Name | Description |
---|---|---|
SheetView | sheetView | Sheet |
int | column | Sheet source column index |
int | movedToColumn | Sheet destination column index |
bool | moveContent | Whether to move content in models (or reorder columns) |
Creates a new ColumnMoveUndoAction action.
public ColumnMoveUndoAction(SheetView sheetView, int column, int movedToColumn, int movedColumnCount, bool moveContent)
Public Sub New(sheetView As SheetView, column As Integer, movedToColumn As Integer, movedColumnCount As Integer, moveContent As Boolean)
Type | Name | Description |
---|---|---|
SheetView | sheetView | Sheet |
int | column | Sheet source column index |
int | movedToColumn | Sheet destination column index |
int | movedColumnCount | Number of columns to move |
bool | moveContent | Whether to move content in models or reorder columns |