IPivotDrillDimensions

Assembly: Pivot;

Description

The IPivotDrillDimensions interface is used to work with the collection of dimensions, by which table data can be drilled down or drilled up.

Inheritance Hierarchy

IPivotDrillDimensions

Comments

The collection of dimensions can be obtained using the IPivotDrill.Dimensions property.

Properties

  Property name Brief description
Count The Count property returns the number of dimensions in the collection.
Item The Item property returns information about a dimension with the specified index.

Methods

  Method name Brief description
AddNew The AddNew method adds a dimension to the collection.
FindByKey The FindByKey method searches for a dimension in the collection by its key.
InsertAt The InsertAt method inserts a dimension to the specified position in the collection.
Move The Move method moves a dimension to the specified position in the collection.
RemoveAll The RemoveAll method removes all dimensions from the collection.
RemoveAt The RemoveAt method removes a dimension from the collection by index.
RemoveByKey The RemoveByKey method removes a dimension from the collection by its key.
Reset The Reset method resets a list of dimensions in the collection to a default list.

See also:

Pivot Assembly Interfaces