table.MoveColumn(column, targetColumn)
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. |
VB
table.MoveColumn(5, 3)