Express > Express Assembly Interfaces > IEaxDataAreaTransformations > IEaxDataAreaTransformations.MoveTo
MoveTo(FromIndex: Integer; ToIndex: Integer);
FromIndex. Position index of data transformation formula.
ToIndex. Position index where data transformation formula must be placed.
The MoveTo method moves data transformation formula within collection.
Values of the FromIndex, ToIndex parameters must not be negative and less than values of IEaxDataAreaTransformations.Count.
To get index of the specified data transformation formula, use IEaxDataAreaTransformations.IndexOf.
The method use is given in the example for IEaxDataAreaTransformations.IndexOf.
See also: