Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / VerticalAnchor Enumeration
In This Topic
    VerticalAnchor Enumeration
    In This Topic
    Specifies the vertical anchor for Text frame in the shape.
    Syntax
    public enum VerticalAnchor : System.Enum 
    Members
    MemberDescription
    AnchorBottom Aligns text to bottom of text frame.
    AnchorMiddle Centers text vertically.
    AnchorTop Aligns text to top of text frame.
    Inheritance Hierarchy

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

    See Also