IPivotDimNamings

Assembly: Pivot;

Description

The IPivotDimNamings interface contains properties and methods that are used to work with dimension names collection.

Inheritance Hierarchy

          IPivotDimNamings

Comments

To work with names of dimension elements, use the IPivotDimNaming.Expression property.

Properties

  Property name Brief description
Count The Count property returns the number of names in the collection.
CustomNaming The CustomNaming property returns user name of dimension element.
Item The Item property returns a name from the collection by the assigned index.

Methods

  Method name Brief description
Add The Add method adds a name to the collection.
Clear The Clear method clears names collection.
Move The Move method moves name in the collection.
Remove The Remove method deletes name from the collection by the assigned index.

See also:

Pivot Assembly Interfaces