IMsDimensionFilterList.Add

Syntax

Add(Value: IDimensionModel): IMsDimensionFilter;

Parameters

Value. Added dimension.

Description

The Add method adds the specified dimension to the collection.

Comments

To get the specified dimension from the collection, use the IMsDimensionFilterList.Item property.

Example

The property use is given in the example for IMsFormula.FreeDimensions.

See also:

IMsDimensionFilterList