WdCellVerticalAlignment enumeration (Word)
Specifies the vertical alignment of text in one or more cells of a table.
Name | Value | Description |
---|---|---|
wdCellAlignVerticalBottom | 3 | Text is aligned to the bottom border of the cell. |
wdCellAlignVerticalCenter | 1 | Text is aligned to the center of the cell. |
wdCellAlignVerticalTop | 0 | Text is aligned to the top border of the cell. |
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.