IEaxDataAreaTransformations.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Index of data transformation formula.

Description

The Remove method removes data transformation formula from collection by its index.

Comments

If transformation formula is removed, the method returns True.

To remove data transformation formula from collection by its key, use IEaxDataAreaTransformations.RemoveByKey.

See also:

IEaxDataAreaTransformations