Axes.Item Property

Returns a single Axis object from an Axes collection.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

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

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

Parameters

Property Value

Type: Microsoft.Office.Interop.Word.Axis
Axis

See Also

Reference

Axes Interface

Axes Members

Microsoft.Office.Interop.Word Namespace