DisplacingCalculationTypes.<Name of chart of calculation types>.Move

Syntax:

Move(<Row>, <Offset>)

Parameters:

<Row> (required)

Type: Number; DisplacingCalculationTypesRow..
Index of the row to be moved, or the row itself.

<Offset> (required)

Type: Number.
Number of positions that the row must be moved by. Positive value means that the row will be moved downward to the end of the tabular section, and negative value moves it upward to the top.

Description:

Moves specified tabular section row by the given offset.

Availability:

Server, thick client, external connection.

Note:

The method can be used only when the tabular section is obtained from an object's property. If the tabular section is obtained from a reference property (or selection property), using this method would cause a runtime error.

    

1C:Enterprise Developer's Community