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)

Usage

Dim wdCellVerticalAlignment1 As WdCellVerticalAlignment = WdCellVerticalAlignment.wdCellAlignVerticalBottom

Syntax

Public Enum WdCellVerticalAlignment
public enum WdCellVerticalAlignment
public enum class WdCellVerticalAlignment
public enum WdCellVerticalAlignment
public enum WdCellVerticalAlignment

Members

Member name Description
wdCellAlignVerticalBottom Text is aligned to the bottom border of the cell.
wdCellAlignVerticalCenter Text is aligned to the center of the cell.
wdCellAlignVerticalTop Text is aligned to the top border of the cell.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace