IMsCalculationChainEntries.MoveTo

Fore Syntax

MoveTo(FromIndex: Integer; ToIndex: Integer);

Fore.NET 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 calculation chain element to the specified position.

Comments

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

See also:

IMsCalculationChainEntries