method CategoryAxes.Remove (ID as Variant)
Removes a specific member from the CategoryAxes collection, giving its identifier.
| | Type | Description | |
| |
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)
| |