Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellVerticalAlignment Enumeration


In This Topic
    CellVerticalAlignment Enumeration
    In This Topic
    Specifies the vertical alignment of the cell contents.
    Syntax
    'Declaration
     
    
    Public Enum CellVerticalAlignment 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CellVerticalAlignment
    public enum CellVerticalAlignment : System.Enum 
    Members
    MemberDescription
    BottomAligns the cell contents to the bottom
    CenterCenters the content in the cell vertically
    DistributedIndicates that whitespace has been inserted to make the text fill the special area.
    GeneralAligns the cell contents according to the cell's interpretation of the contents
    JustifyIndicates that whitespace has been inserted to make the text fill the special area.
    TopAligns the cell contents to the top
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.CellVerticalAlignment

    See Also