TableBoxColumns.Move

Syntax:

Move(<Column>, <Offset>)

Parameters:

<Column> (required)

Type: Number; TableBoxColumn.
Index of the column that should be shifted or the column that is shifted.

<Offset> (required)

Type: Number.
Number of columns that a column should be moved. positive value means the column will be shifted toward the end of the collection (to the right), while a negative value means the column will move toward the beginning (to the left).

Description:

Moves the column by a specified number of positions.

Availability:

Thick client.

    

1C:Enterprise Developer's Community