MoveTo(FromIndex: Integer; ToIndex: Integer);
MoveTo(FromIndex: integer; ToIndex: integer);
FromIndex. Index of element position, which must be moved.
ToIndex. Index of the position, to which the element must be moved.
The MoveTo method moves calculation chain element to the specified position.
Use the IMsCalculationChainEntries.IndexOf method to get the current element index.
See also: