Share via


Axis.Type プロパティ

定義

Axis 型を返します。

public:
 property Microsoft::Office::Interop::Excel::XlAxisType Type { Microsoft::Office::Interop::Excel::XlAxisType get(); void set(Microsoft::Office::Interop::Excel::XlAxisType value); };
public Microsoft.Office.Interop.Excel.XlAxisType Type { get; set; }
Public Property Type As XlAxisType

プロパティ値

注釈

XlAxisType 次のいずれかの XlAxisType 定数を指定できます。

xlCategory

xlSeriesAxis

xlValue

このプロパティを散布図の横軸に対して使用すると、xlCategory が軸の種類として返されます。

適用対象