IEaxDataAreaTransformations.Add

Syntax

Add(SS: IDimSelectionSet;
   S: IDimSelection;
   el: Integer): IEaxDataAreaTransformation;

Parameters

SS. Dimension selection where data transformation formula is located.

S. Dimension where selection is located.

el. Dimension element.

Description

The Add method adds data transformation formula in collection.

Comments

The el parameter is used on working with formula of calculated element transformation. For the rest transformation formulas it is necessary to send -1 as the el parameter value.

Example

The examples of method use are given in description of the IEaxDataAreaSlice.CalcTransformations, IEaxDataAreaSlice.FilterTransformations, IEaxDataAreaSlice.SortTransformations properties.

See also:

IEaxDataAreaTransformations