TVFlxAlignment Enumeration
Vertical Alignment on a cell.
Syntax
Unit: FlexCel.Core
Members
| Name |
Value |
Description |
| top |
0 |
Aligned to the top.
|
| center |
1 |
Vertically centered on the cell.
|
| bottom |
2 |
Aligned to the bottom.
|
| justify |
3 |
Justified on the cell.
|
| distributed |
4 |
Distributed on the cell.
|