IEaxDataAreaParams.Move

Syntax

Move(OldIndex: Integer; NewIndex: Integer);

Parameters

OldIndex. Position index of the parameter to be moved.

NewIndex. Position index to what the parameter must be moved.

Description

The Move method moves parameter of analytical data area to specified position.

Comments

To clear collection of analytical data area parameters, use the IEaxDataAreaParams.Clear method.

See also:

IEaxDataAreaParams