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


In This Topic
    CellHorizontalAlignment Enumeration
    In This Topic
    Specifies the horizontal alignment of the cell.
    Syntax
    'Declaration
     
    Public Enum CellHorizontalAlignment 
       Inherits System.Enum
    'Usage
     
    Dim instance As CellHorizontalAlignment
    public enum CellHorizontalAlignment : System.Enum 
    Members
    MemberDescription
    CenterIndicates that the cell content starts from the center in the horizontal alignment.
    GeneralIndicates that the horizontal alignment is based on the value type.
    LeftIndicates that the cell content starts from the left in the horizontal alignment.
    RightIndicates that the cell content starts from the right in the horizontal alignment.
    Inheritance Hierarchy

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

    See Also