IMsCalculationChainEntries.MoveTo

Fore Syntax

MoveTo(FromIndex: Integer; ToIndex: Integer);

Fore.NET Syntax

MoveTo(FromIndex: integer; ToIndex: integer);

Parameters

FromIndex. Index of element position, which is to be moved.

ToIndex. Index of position, to which it is necessary to replace the element.

Description

The MoveTo method moves a calculation chain element to a specified position.

Comments

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

See also:

IMsCalculationChainEntries