Excel for .NET
XLTextOrientation 列挙体

C1.Excel アセンブリ > C1.Excel 名前空間 : XLTextOrientation 列挙体
テキストの向きを示します。
シンタックス
'宣言
 
Public Enum XLTextOrientation 
   Inherits System.Enum
public enum XLTextOrientation : System.Enum 
メンバ
メンバ解説
Defaultデフォルトの向き(横向き)。
LeftRotationテキストを反時計回りに 90°回転します。
RightRotationテキストを時計回りに 90°回転します。
TopToBottom上下反転テキスト。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Excel.XLTextOrientation

参照

C1.Excel 名前空間