Share via


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

Return Value

Type: Microsoft.Office.Interop.PowerPoint.Axis

See Also

Reference

Axes Interface

Axes Members

Microsoft.Office.Interop.PowerPoint Namespace