Assembly: Pivot;
The IPivotDimNamings interface contains properties and methods that are used to work with dimension names collection.
IPivotDimNamings
To work with names of dimension elements, use the IPivotDimNaming.Expression property.
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. |
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: