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
Type
Type: Microsoft.Office.Core.XlAxisTypeThe axis type.
AxisGroup
Type: Microsoft.Office.Core.XlAxisGroupThe axis. Optional.
Property Value
Type: Microsoft.Office.Core.IMsoAxis
Axis