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

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

    See Also