Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / VerticalAlignment Enumeration


In This Topic
    VerticalAlignment Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum VerticalAlignment 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As VerticalAlignment
    public enum VerticalAlignment : System.Enum 
    Members
    MemberDescription
    Bottom 
    Center 
    Distribute 
    Justify 
    Top 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Excel.VerticalAlignment

    See Also