Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLAlignHorzEnum Enumeration

In This Topic
    XLAlignHorzEnum Enumeration
    In This Topic
    Specifies how to align cell content horizontally within a cell.
    Syntax
    'Declaration
     
    
    Public Enum XLAlignHorzEnum 
       Inherits System.Enum
    public enum XLAlignHorzEnum : 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.WPF.Excel.XLAlignHorzEnum

    See Also