RecalculationRecordSet.<Recalculation name>.Move

Syntax:

Move(<Record>, <Offset>)

Parameters:

<Record> (required)

Type: RecalculationRecord.
Record which you have to shift.

<Offset> (required)

Type: Number.
Number of positions by which the record should be shifted. A positive value indicates that the record will be moved towards the end of the record set(index increment), while a negative value indicates that the record will be moved towards the beginning of the record set.

Description:

Shifts a record in the set by a specified number of positions.

Availability:

Server, thick client, external connection.

    

1C:Enterprise Developer's Community