ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLAlignHorz Enumeration

In This Topic
    XLAlignHorz Enumeration
    In This Topic
    Specifies how to align cell content horizontally within a cell.
    Syntax
    'Declaration
     
    Public Enum XLAlignHorz 
       Inherits System.Enum
    public enum XLAlignHorz : System.Enum 
    Members
    MemberDescription
    CenterAlign to cell center.
    FillFill cell, repeating content as necessary.
    GeneralAlign strings to the left, numbers to the right.
    JustifyJustify content horizontally to span the whole cell width.
    LeftAlign to cell left.
    RightAlign to cell right.
    SelectionAlign to selection center (may span multiple cells).
    UndefinedNot specified (use default).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Excel.XLAlignHorz

    See Also