C1.Excel Assembly / C1.Util Namespace / TextAlignType Enumeration

TextAlignType Enumeration
Text alignment types.
Syntax
'Declaration
 
Public Enum TextAlignType 
   Inherits System.Enum
 
Members
MemberDescription
CenterCenter or middle text aligment.
FarFar, right or bottom text aligment.
JustifyJustify or streach text aligment.
NearNear, left or top text aligment (by default).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Util.TextAlignType

See Also