[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TableView.MoveTableColumns

MoveTableColumns Method

MoveTableColumns(int, int, int)

Moves the columns in the table.

Declaration
public void MoveTableColumns(int fromColumn, int toColumn, int count)
Public Sub MoveTableColumns(fromColumn As Integer, toColumn As Integer, count As Integer)
Parameters
Type Name Description
int fromColumn

The column to move from.

int toColumn

The column to move to.

int count

The number of columns to move.