Adjusts the vertical alignment of text within the targeted cell. Similar to the CELL-DATA and CELL-COLOR properties, VALIGNMENT is targeted at a cell using a MODIFY statement after the grid has been loaded. Accepted values are:
| T | Top-aligned |
| B | Bottom-aligned1 |
| C | Vertically center-aligned1 |
| U | Unaligned2 |
|
1 Disables the WRAP-TEXT common property for the targeted cell, if set. In this case, VALIGNMENT takes precedence. For example,
when VALIGNMENT = B and WRAP-TEXT = 1, the value of WRAP-TEXT reverts to 0.
2 Default setting. Equivalent to T. |
|