[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.GroupColumnUndoAction.-ctor

GroupColumnUndoAction Constructor

GroupColumnUndoAction(SheetView, int, bool)

Creates a new undo action for drag-drop of a column to the grouping bar.

Declaration
public GroupColumnUndoAction(SheetView sheetView, int column, bool append)
Public Sub New(sheetView As SheetView, column As Integer, append As Boolean)
Parameters
Type Name Description
SheetView sheetView

SheetView

int column

The column index

bool append

Whether to append

GroupColumnUndoAction(SheetView, int, bool, bool, int)

Creates a new undo action for drag-drop of a column to the grouping bar.

Declaration
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)
Parameters
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