C1.Excel Assembly / C1.Excel Namespace / XLAlignVert Enumeration

XLAlignVert Enumeration
Specifies how to align cell content vertically within a cell.
Syntax
'Declaration
 
Public Enum XLAlignVert 
   Inherits 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