C1.Excel Assembly / C1.Excel Namespace / XLTextOrientation Enumeration

XLTextOrientation Enumeration
Specifies text orientation.
Syntax
'Declaration
 
Public Enum XLTextOrientation 
   Inherits System.Enum
 
Members
MemberDescription
DefaultDefault (horizontal) orientation.
LeftRotationText is rotated 90 degrees counterclockwise.
RightRotationText is rotated 90 degrees clockwise.
TopToBottomVertical text (top to bottom).
Inheritance Hierarchy

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

See Also