Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellHorizontalAlignment Enumeration


CellHorizontalAlignment Enumeration
Specifies the horizontal alignment of the cell contents.
Syntax
'Declaration
 
Public Enum CellHorizontalAlignment 
   Inherits System.Enum
 
'Usage
 
Dim instance As CellHorizontalAlignment
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