次の方法で共有


Axes.Item(XlAxisType, XlAxisGroup) メソッド

定義

コレクションから 1 つの Axis オブジェクトを Axes 返します。

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

パラメーター

Type
XlAxisType

必須 XlAxisType。 軸の種類。XlAxisType には、次のいずれかの定数を指定できます。xlCategoryxlSeriesAxis 3-D グラフに対してのみ有効です。xlValue

AxisGroup
XlAxisGroup

省略可能 XlAxisGroupです。 軸。XlAxisGroup には、次のいずれかの定数を指定できます。xlPrimary DefaultxlSecondary

戻り値

適用対象