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 the element of calculation chain to the specified position.
Use the IMsCalculationChainEntries.IndexOf method to get the current element index.
See also: