IMsCalculationChainEntries.MoveTo

Syntax

MoveTo(FromIndex: Integer; ToIndex: Integer);

Parameters

FromIndex. Index of element position, which must be moved.

ToIndex. Index of the position, to which the element must be moved.

Description

The MoveTo method moves the element of calculation chain to the specified position.

Comments

Use the IMsCalculationChainEntries.IndexOf method to get the current element index.

See also:

IMsCalculationChainEntries