ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLTextOrientation Enumeration

In This Topic
    XLTextOrientation Enumeration
    In This Topic
    Specifies text orientation.
    Syntax
    'Declaration
     
    Public Enum XLTextOrientation 
       Inherits System.Enum
    public enum XLTextOrientation : 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.Xaml.Excel.XLTextOrientation

    See Also