property CategoryAxes.Count as Long
Returns the number of objects in the collection.

TypeDescription
Long A long expression that specifies the number of category-axes
The Count property counts the number of category-axes the view displays. The Clear method Removes all objects in the collection. The Remove method removes a specific member from the CategoryAxes collection, giving its identifier. The Item property accesses a category-axis giving its index or key. The Add method adds different category-axes to the same view.