Share via


Style.Orientation プロパティ

定義

テキストの向きを指定します。 –90 ~ 90 度の整数値、またはいずれかの定数を指定 XlOrientation できます。

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

プロパティ値

注釈

XlOrientation には、次のいずれかの定数を指定できます。

xlDownward

xlUpward

xlHorizontal

xlVertical

適用対象