Item [Axes]
Item returns an Axis object as indexed by Index. The index is a 1-based integer or the ID of the axis. This is the default method for the Axes collection.
Syntax
object.Item( Index )
Parameter |
Type |
Required/ Optional |
Default |
Description |
Index |
Variant |
Required |
This provides the index value. |
Example
This example demonstrates how to return the second axis object in the Axes collection.
Debug.Print Axes.Item(Index:=2)
Used by: Axes collection