Freigeben über


Axes.Item(XlAxisType, XlAxisGroup) Methode

Definition

Gibt ein einzelnes Axis Objekt aus einer Axes Auflistung zurück.

public Microsoft.Office.Interop.Excel.Axis Item (Microsoft.Office.Interop.Excel.XlAxisType Type, Microsoft.Office.Interop.Excel.XlAxisGroup AxisGroup = Microsoft.Office.Interop.Excel.XlAxisGroup.xlPrimary);
Public Function Item (Type As XlAxisType, Optional AxisGroup As XlAxisGroup = Microsoft.Office.Interop.Excel.XlAxisGroup.xlPrimary) As Axis

Parameter

Type
XlAxisType

Erforderlich XlAxisType. Der Achsentyp. XlAxisType kann eine der folgenden Konstanten sein: xlCategory. xlSeriesAxis Nur für 3D-Diagramme gültig. xlValue.

AxisGroup
XlAxisGroup

Optional XlAxisGroup. Die Achse. XlAxisGroup kann eine der folgenden Konstanten sein:xlPrimary DefaultxlSecondary

Gibt zurück

Gilt für: