GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / HorizontalAnchor Enumeration


HorizontalAnchor Enumeration
Specifies the horizontal alignment of text in a text frame.
Syntax
'Declaration
 
Public Enum HorizontalAnchor 
   Inherits System.Enum
 
'Usage
 
Dim instance As HorizontalAnchor
Members
MemberDescription
CenterText is centered horizontally.
NoneNo alignment.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Drawing.HorizontalAnchor

See Also