The IUserDimLevels interface contains properties and methods of a collection of calculated dictionary's levels.
Property name | Brief description | |
Count | The Count property returns the number of levels in calculated dictionary. | |
Item | The Item property returns an object containing level of calculated dictionary. |
Method name | Brief description | |
Add | The Add method adds a level to calculated dictionary. | |
FindByKey | The FindByKey method searches and returns calculated dictionary's level by level key. | |
Remove | The Remove method removes a level by its index. |
See also: