Axes.Item Method
Returns a single Axis object from an Axes collection.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Function Item ( _
Type As XlAxisType, _
AxisGroup As XlAxisGroup _
) As Axis
'Usage
Dim instance As Axes
Dim Type As XlAxisType
Dim AxisGroup As XlAxisGroup
Dim returnValue As Axis
returnValue = instance.Item(Type, AxisGroup)
Axis Item(
XlAxisType Type,
XlAxisGroup AxisGroup
)
Parameters
- Type
Type: Microsoft.Office.Interop.PowerPoint.XlAxisType
The axis type.
- AxisGroup
Type: Microsoft.Office.Interop.PowerPoint.XlAxisGroup
The axis.
Return Value
Type: Microsoft.Office.Interop.PowerPoint.Axis