THFlxAlignment Enumeration
Horizontal Alignment on a cell.
Syntax
Unit: FlexCel.Core
Members
Name |
Value |
Description |
general |
0 |
General Alignment. (Text to the left, numbers to the right and Errors and booleans centered) |
left |
1 |
Aligned to the left.
|
center |
2 |
Horizontally centered on the cell.
|
right |
3 |
Aligned to the right.
|
fill |
4 |
Repeat the text to fill the cell width.
|
justify |
5 |
Justify with spaces the text so it fills the cell width.
|
center_across_selection |
6 |
Centered on a group of cells.
|
distributed |
7 |
Justified.
|