Show contents 

Express > Express Assembly Interfaces > IEaxDataAreaParams > IEaxDataAreaParams.Move

IEaxDataAreaParams.Move

Syntax

Move(OldIndex: Integer; NewIndex: Integer);

Parameters

OldIndex. Position index of the parameter to be moved.

NewIndex. Index of the position, to which the parameter must be moved.

Description

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

Comments

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

See also:

IEaxDataAreaParams