MoveColumn Method (JTable)
Class
JTable
class
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. LISTITEM.
targetColumn
The name or index of the target column. LISTITEM.
Examples
Table.MoveColumn
(5, 3)