C1.Excel Assembly / C1.Excel Namespace / XLHorizTextAlign Enumeration

XLHorizTextAlign Enumeration
Specifies horizontal text alignment.
Syntax
'Declaration
 
Public Enum XLHorizTextAlign 
   Inherits System.Enum
 
Members
MemberDescription
CenterText is centered.
JustifyText is justified.
LeftText is left aligned.
RightText is right aligned.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Excel.XLHorizTextAlign

See Also