Add(SS: IDimSelectionSet;
S: IDimSelection;
el: Integer): IEaxDataAreaTransformation;
SS. Dimension selection where data transformation formula is located.
S. Dimension where selection is located.
el. Dimension element.
The Add method adds data transformation formula in collection.
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.
The examples of method use are given in description of the IEaxDataAreaSlice.CalcTransformations, IEaxDataAreaSlice.FilterTransformations, IEaxDataAreaSlice.SortTransformations properties.
See also: