次の方法で共有


TickLabels.Orientation プロパティ

定義

文字列の向きを表す長整数型 (Long) の値を取得または設定します。

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

プロパティ値

注釈

このプロパティの値は、90 ~ 90 度の整数値、または定数のいずれか XlTickLabelOrientation です。

適用対象