IPivotDimElementsDetailing

Assembly: Pivot;

Description

The IPivotDimElementsDetailing interface contains properties and method for working with the collection of drill downs of dimension elements.

Inheritance Hierarchy

          IPivotDimElementsDetailing

Comments

To get the object of this type, use the IPivot.DimElementsDetailing property.

Properties

  Property name Brief description
Count The Count property returns the number of drill downs in the collection.
Item The Item property returns drill down by dimension element index in the collection.

Methods

  Method name Brief description
Add The Add method adds drill down to the end of the collection.
Clear The Clear method clears the collection of drill downs.
Remove The Remove method removes drill down by index.

See also:

Pivot Assembly Interfaces