Partager via


Axes.Item Property

Returns a single Axis object from the Axes collection.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property Item ( _
    Type As XlAxisType, _
    AxisGroup As XlAxisGroup _
) As IMsoAxis
    Get
'Usage
Dim instance As Axes
Dim Type As XlAxisType
Dim AxisGroup As XlAxisGroup
Dim value As IMsoAxis

value = instance.Item(Type, AxisGroup)
IMsoAxis this[
    XlAxisType Type,
    XlAxisGroup AxisGroup
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Core.IMsoAxis
Axis

See Also

Reference

Axes Interface

Axes Members

Microsoft.Office.Core Namespace