Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellHorizontalAlignment Enumeration


In This Topic
    CellHorizontalAlignment Enumeration
    In This Topic
    Specifies the horizontal alignment of the cell contents.
    Syntax
    'Declaration
     
    
    Public Enum CellHorizontalAlignment 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CellHorizontalAlignment
    public enum CellHorizontalAlignment : System.Enum 
    Members
    MemberDescription
    CenterCenters the content in the cell horizontally
    DistributedIndicates that whitespace has been inserted to make the text fill the special area.
    GeneralAligns the cell content according to the cell's interpretation of the content
    JustifyIndicates that whitespace has been inserted to make the text fill the special area.
    LeftAligns the cell content to the left
    RightAligns the cell content to the right
    Inheritance Hierarchy

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

    See Also