IMsDimensionFilterList

Assembly: Ms;

Description

The IMsDimensionFilterList interface is used to work with the collection of dimensions, by which multiple selection is enabled.

Inheritance Hierarchy

          IMsDimensionFilterList

Comments

To get the collection of dimensions, by which multiple selection is enabled, use the IMsFormula.FreeDimensions property.

Properties

  Property name Brief description
Count The Count property returns the number of dimensions in the collection.
Item The Item property returns the dimension from the collection by its index.

Methods

  Method name Brief description
Add The Add method adds the specified dimension to the collection.
Clear The Clear method clears the dimensions collection.
FindById The FindById method searches for a dimension in the collection by its identifier.
FindByKey The FindByKey method finds a dimension in the collection by its key.
Remove The Remove method removes dimension from the collection by its index.
RemoveByKey The RemoveByKey method removes a dimension from the collection by its key.

See also:

Ms Assembly Interfaces