[]
Creates a new undo action for drag-drop of a column to the grouping bar.
public GroupColumnUndoAction(SheetView sheetView, int column, bool append)
Public Sub New(sheetView As SheetView, column As Integer, append As Boolean)
Type | Name | Description |
---|---|---|
SheetView | sheetView | SheetView |
int | column | The column index |
bool | append | Whether to append |
Creates a new undo action for drag-drop of a column to the grouping bar.
public GroupColumnUndoAction(SheetView sheetView, int column, bool append, bool dragFromGroupBar, int targetColumn)
Public Sub New(sheetView As SheetView, column As Integer, append As Boolean, dragFromGroupBar As Boolean, targetColumn As Integer)
Type | Name | Description |
---|---|---|
SheetView | sheetView | Sheet index |
int | column | Column index |
bool | append | Whether to append |
bool | dragFromGroupBar | Whether to drag from the grouping bar |
int | targetColumn | Target column index |