property CategoryAxes.Item (ID as Variant) as CategoryAxis
Returns a specific CategoryAxis of the CategoryAxes collection, giving its identifier.

TypeDescription
ID as Variant A Variant expression that can be any of the following:
  • A long expression that specifies the index of the category-axis (Index property)
  • A string expression that defines the key of the category-axis (Key property)
CategoryAxis Returns the CategoryAxis object or nothing
The Item property accesses a category-axis giving its index or key. The Remove method removes a specific member from the CategoryAxes collection, giving its identifier. The Clear method Removes all objects in the collection. The Add method adds different category-axes to the same view. The Count property counts the number of category-axes the view displays.