Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / VerticalTextAlignment Enumeration


In This Topic
    VerticalTextAlignment Enumeration
    In This Topic
    Specifies the vertical alignment of text line.
    Syntax
    'Declaration
     
    
    Public Enum VerticalTextAlignment 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As VerticalTextAlignment
    public enum VerticalTextAlignment : System.Enum 
    Members
    MemberDescription
    BaselineNormal script
    SubscriptSubscript
    SuperscriptSuperscript
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.VerticalTextAlignment

    See Also