次の方法で共有


Axis.Type プロパティ

定義

軸の種類を返します。

public:
 property Microsoft::Office::Interop::Word::XlAxisType Type { Microsoft::Office::Interop::Word::XlAxisType get(); void set(Microsoft::Office::Interop::Word::XlAxisType value); };
public Microsoft.Office.Interop.Word.XlAxisType Type { get; set; }
member this.Type : Microsoft.Office.Interop.Word.XlAxisType with get, set
Public Property Type As XlAxisType

プロパティ値

XlAxisType

注釈

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

適用対象