IPivotDimensionLevels.Count

Syntax

Count: Integer;

Description

The Count property returns the number of levels in the collection.

Comments

Collection capacity is the number of elements a collection can contain. The Count property is the number of elements actually contained in the collection.

Capacity always exceeds or equals to the Count property value. If capacity of the Count property is exceeded when a new style is added to the collection, the capacity automatically increases.

See also:

IPivotDimensionLevels