method CategoryAxes.Remove (ID as Variant)
Removes a specific member from 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)
The Remove method removes a specific member from the CategoryAxes collection, giving its identifier. The Clear method Removes all objects in the collection. The Item property accesses a category-axis giving its index or key. The Add method adds different category-axes to the same view. The Count property counts the number of category-axes the view displays.