WorkAxes.Item Property
Parent Object:
WorkAxes
Description
Returns the specified WorkAxis object from the collection. This is the default property of the WorkAxes collection object.
Syntax
WorkAxes.
Item(
Index As Variant ) As
WorkAxis
Property Value
This is a read only property whose value is a
WorkAxis.
Parameters
Index |
Variant |
Input Variant value that specifies the object to return. This can be a numeric value indicating the index of the item in the collection or it can be a string indicating the work axis name. If an out of range index or a name of a non-existent work axis is specified, an error occurs. |
Samples
Version
Introduced in version 4