Excel for WPF and Silverlight
XLAlignVertEnum Enumeration

C1.WPF.Excel Namespace : XLAlignVertEnum Enumeration
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

Reference

C1.WPF.Excel Namespace