ValueTableColumnCollection.Move

Syntax:

Move(<Column>, <Offset>)

Parameters:

<Column> (required)

Type: Number; ValueTableColumn.
The index of the column being moved or the column itself.

<Offset> (required)

Type: Number.
Number of positions by which the column must be moved. A positive value means that the column will be moved closer to the end of the value table (to the right) and a negative value means that it will be moved closer to the beginning (left).

Description:

Moves column by the specified number of positions.

Availability:

Server, thick client, external connection, Mobile application (server).

    

1C:Enterprise Developer's Community