Spread WPF 17
GrapeCity.Excel Namespace / ExcelVerticalAlignment Enumeration


In This Topic
    ExcelVerticalAlignment Enumeration
    In This Topic
    Represent the vertical alignment of the content within a ExcelCell
    Syntax
    'Declaration
     
    Public Enum ExcelVerticalAlignment 
       Inherits System.Enum
    'Usage
     
    Dim instance As ExcelVerticalAlignment
    public enum ExcelVerticalAlignment : System.Enum 
    Members
    MemberDescription
    BottomThe content is vertically at the bottom of a cell.
    CenterThe content is vertically at the center of a cell.
    DistributedThe content is vertically distributed in a cell.
    JustifyThe content is vertically justified in a cell.
    TopThe content is vertically at the top of a cell.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Excel.ExcelVerticalAlignment

    See Also