MoveColumn Method (JTable)

Class

JTable.

Action

Moves the column to the position of the target column.

Syntax

C#
table.MoveColumn(column, targetColumn)
VB
table.MoveColumn(column, targetColumn)
Variable Description
column The name or index of the column to move. ItemIdentifier.
targetColumn The name or index of the target column. ItemIdentifier.

Examples

VB

table.MoveColumn(5, 3)