IEaxDataAreaTransformations.MoveTo

Syntax

MoveTo(FromIndex: Integer; ToIndex: Integer);

Parameters

FromIndex. Position index of data transformation formula.

ToIndex. Position index where data transformation formula must be placed.

Description

The MoveTo method moves data transformation formula within collection.

Comments

The FromIndexToIndex  parameters value must no to be negative and less than the value of IEaxDataAreaTransformations.Count.

To get index of specified data transformation formula, use IEaxDataAreaTransformations.IndexOf.

Example

The method use is given in the example for IEaxDataAreaTransformations.IndexOf.

See also:

IEaxDataAreaTransformations