Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / CellVerticalAlignment Enumeration


In This Topic
    CellVerticalAlignment Enumeration
    In This Topic
    Specifies vertical alignment for the cell.
    Syntax
    'Declaration
     
    Public Enum CellVerticalAlignment 
       Inherits System.Enum
    'Usage
     
    Dim instance As CellVerticalAlignment
    public enum CellVerticalAlignment : System.Enum 
    Members
    MemberDescription
    BottomIndicates that the cell content starts from the bottom in the vertical alignment.
    CenterIndicates that the cell content starts from the center in the vertical alignment.
    TopIndicates that the cell content starts from the top in the vertical alignment.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.Data.CellVerticalAlignment

    See Also