Assembly: Pivot;
The IPivotDimElementsDetailing interface contains properties and method for working with the collection of drill downs of dimension elements.
IPivotDimElementsDetailing
To get the object of this type, use the IPivot.DimElementsDetailing property.
| 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. |
| 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: