'DeclarationPublic Enum CellHorizontalAlignment Inherits System.Enum
'UsageDim instance As CellHorizontalAlignment
public enum CellHorizontalAlignment : System.Enum
'DeclarationPublic Enum CellHorizontalAlignment Inherits System.Enum
'UsageDim instance As CellHorizontalAlignment
public enum CellHorizontalAlignment : System.Enum
| Member | Description |
|---|---|
| Center | Centers the content in the cell horizontally |
| Distributed | Indicates that whitespace has been inserted to make the text fill the special area. |
| General | Aligns the cell content according to the cell's interpretation of the content |
| Justify | Indicates that whitespace has been inserted to make the text fill the special area. |
| Left | Aligns the cell content to the left |
| Right | Aligns the cell content to the right |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.CellHorizontalAlignment