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

In This Topic
    XLAlignVertEnum Enumeration
    In This Topic
    Specifies how to align cell content vertically within a cell.
    Syntax
    'Declaration
     
    
    Public Enum XLAlignVertEnum 
       Inherits System.Enum
    public enum XLAlignVertEnum : System.Enum 
    Members
    MemberDescription
    BottomAlign to cell bottom.
    CenterAlign to cell center.
    JustifyJustify content vertically to span the whole cell height.
    TopAlign to cell top.
    UndefinedNot specified (use default).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Excel.XLAlignVertEnum

    See Also