ExcelCellHorizontalAlignmentType Enumeration |
The horizontal alignment of data in a cell
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public enum ExcelCellHorizontalAlignmentType
Public Enumeration ExcelCellHorizontalAlignmentType
Members
| Member name | Value | Description |
---|
| General | 0 |
Align according to data type
|
| Left | 1 |
Left aligned
|
| Center | 2 |
Centered
|
| Right | 3 |
Right aligned.
|
| Fill | 4 |
Fill
|
| Justify | 5 |
Justify
|
| CenterAcrossSelection | 6 |
Centered across selection.
|
| Distributed | 7 |
Distributed.
|
See Also