ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / TextAlignType Enumeration

In This Topic
    TextAlignType Enumeration
    In This Topic
    Text alignment types.
    Syntax
    'Declaration
     
    Public Enum TextAlignType 
       Inherits System.Enum
    public enum TextAlignType : System.Enum 
    Members
    MemberDescription
    CenterCenter or middle text aligment.
    FarFar, right or bottom text aligment.
    JustifyJustify or streach text aligment.
    NearNear, left or top text aligment (by default).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Util.TextAlignType

    See Also