WdCellVerticalAlignment Enumeration
Specifies the vertical alignment of text in one or more cells of a table.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdCellVerticalAlignment
'Usage
Dim instance As WdCellVerticalAlignment
public enum WdCellVerticalAlignment
Members
Member name | Description | |
---|---|---|
wdCellAlignVerticalTop | Text is aligned to the top border of the cell. | |
wdCellAlignVerticalCenter | Text is aligned to the center of the cell. | |
wdCellAlignVerticalBottom | Text is aligned to the bottom border of the cell. |