Spread WPF 17
GrapeCity.Excel Namespace / ExcelHorizontalAlignment Enumeration


In This Topic
    ExcelHorizontalAlignment Enumeration
    In This Topic
    Represent the horizontal alignment of the content within a ExcelCell
    Syntax
    'Declaration
     
    Public Enum ExcelHorizontalAlignment 
       Inherits System.Enum
    'Usage
     
    Dim instance As ExcelHorizontalAlignment
    public enum ExcelHorizontalAlignment : System.Enum 
    Members
    MemberDescription
    CenterThe content is horizontally at the center of a cell.
    CenterContinuousThe content is horizontally aligned with center across selection.
    DistributedThe content is horizontally distributed in a cell.
    Fillthe content is horizontally fill in a cell.
    GeneralThe content is general aligned in a cell.
    JustifyThe content is horizontally justified in a cell.
    LeftThe content is horizontally at the left of a cell.
    RightThe content is horizontally at the right of a cell.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Excel.ExcelHorizontalAlignment

    See Also