Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / VerticalAlignment Enumeration
In This Topic
    VerticalAlignment Enumeration
    In This Topic
    Specifies the vertical alignment of text.
    Syntax
    public enum VerticalAlignment : System.Enum 
    Members
    MemberDescription
    Bottom Specifies that text is placed at the bottom.
    Center Specifies that text is vertically centered.
    Distributed Specifies that rotated text should wrap and be aligned to form straight edges on the left and right, including the last line.
    Justify Specifies that rotated text is vertically justified.
    Top Specifies that text is placed at the top.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.VerticalAlignment

    See Also