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