Show contents 

Express > Express Assembly Interfaces > IEaxDataAreaTransformations > IEaxDataAreaTransformations.Clear

IEaxDataAreaTransformations.Clear

Syntax

Clear;

Description

The Clear method clears collection of data transformation formulas.

Comments

After calling this method the IEaxDataAreaTransformations.Count property value is set to 0.

To add a data transformation formula to the collection, use IEaxDataAreaTransformations.Add.

See also:

IEaxDataAreaTransformations