Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / TextDirectionType Enumeration


In This Topic
    TextDirectionType Enumeration
    In This Topic
    Contains the options that define the various ways of displaying text.
    Syntax
    'Declaration
     
    
    Public Enum TextDirectionType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TextDirectionType
    public enum TextDirectionType : System.Enum 
    Members
    MemberDescription
    HorizontalThe text will be displayed horizontally.
    Rotate270The text will be displayed after a counter-clockwise rotation of 90 degrees is applied to it.
    Rotate90The text will be displayed after a clockwise rotation of 90 degrees is applied to it.
    StackedThe text will be displayed vertically.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Workbooks.NET.TextDirectionType

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also