Compartir a través de


Axes.Item[XlAxisType, XlAxisGroup] Propiedad

Definición

Devuelve un único Axis objeto de una Axes colección.

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

Parámetros

Type
XlAxisType

El tipo de eje.

AxisGroup
XlAxisGroup

El eje.

Valor de propiedad

Axis

Se aplica a