property CategoryAxes.Item (ID as Variant)
as CategoryAxis
Returns a specific CategoryAxis of 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)
| |
| |
CategoryAxis |
Returns the CategoryAxis object or nothing
| |