Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / HorizontalAnchor Enumeration
In This Topic
    HorizontalAnchor Enumeration
    In This Topic
    Specifies the horizontal anchor for Text frame in the shape.
    Syntax
    public enum HorizontalAnchor : System.Enum 
    Members
    MemberDescription
    Center Text is centered horizontally.
    None No alignment.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.Drawing.HorizontalAnchor

    See Also