次の方法で共有


Axes.Item[XlAxisType, XlAxisGroup] プロパティ

定義

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

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

パラメーター

Type
XlAxisType

軸の種類を指定します。

AxisGroup
XlAxisGroup

軸を指定します。 オプション。

プロパティ値

Axis

適用対象