[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction.-ctor

ColumnMoveUndoAction Constructor

ColumnMoveUndoAction(SheetView, int, int, bool)

Creates a new ColumnMoveUndoAction action.

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

ColumnMoveUndoAction(SheetView, int, int, int, bool)

Creates a new ColumnMoveUndoAction action.

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