C1.Excel Assembly / C1.Excel Namespace / XLVertTextAlign Enumeration

XLVertTextAlign Enumeration
Specifies vertical text alignment.
Syntax
'Declaration
 
Public Enum XLVertTextAlign 
   Inherits System.Enum
 
Members
MemberDescription
BottomText is bottom aligned.
CenterText is centered vertically.
JustifyText is justified vertically.
TopText is top aligned.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Excel.XLVertTextAlign

See Also