Axes.Item[XlAxisType, XlAxisGroup] Property

Definition

Returns a single Axis object from an Axes collection.

public:
 property Microsoft::Office::Interop::Word::Axis ^ default[Microsoft::Office::Interop::Word::XlAxisType, Microsoft::Office::Interop::Word::XlAxisGroup] { Microsoft::Office::Interop::Word::Axis ^ get(Microsoft::Office::Interop::Word::XlAxisType Type, Microsoft::Office::Interop::Word::XlAxisGroup AxisGroup); };
public Microsoft.Office.Interop.Word.Axis this[Microsoft.Office.Interop.Word.XlAxisType Type, Microsoft.Office.Interop.Word.XlAxisGroup AxisGroup = Microsoft.Office.Interop.Word.XlAxisGroup.xlPrimary] { get; }
member this.Item(Microsoft.Office.Interop.Word.XlAxisType * Microsoft.Office.Interop.Word.XlAxisGroup) : Microsoft.Office.Interop.Word.Axis
Default Public ReadOnly Property Item(Type As XlAxisType, Optional AxisGroup As XlAxisGroup = Microsoft.Office.Interop.Word.XlAxisGroup.xlPrimary) As Axis

Parameters

Type
XlAxisType

The axis type.

AxisGroup
XlAxisGroup

The axis.

Property Value

Axis

Applies to