MoveColumn Method (JTable)

Class

JTable.

Action

Moves the column to the position of the target column.

Syntax

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

table.MoveColumn(5, 3)