Determines the index of a specified
Axis in this collection.
Syntax
Visual Basic (Declaration) |
|
Public Function IndexOf( _
ByVal axis As Axis _
) As Integer |
Visual Basic (Usage) |
Copy Code |
Dim instance As AxisCollection
Dim axis As Axis
Dim value As Integer
value = instance.IndexOf(axis)
|
Parameters
- axis
- The Axis to find.
Return Value
The zero-based index of the specified
Axis.
See Also