Version

TableCellVerticalAlignment Enumeration

Determines how a table will be aligned.
Syntax
'Declaration
 
Public Enum TableCellVerticalAlignment 
   Inherits System.Enum
public enum TableCellVerticalAlignment : System.Enum 
Members
MemberDescription
BothSpecifies that the text will be vertically justified between the top and bottom margins of the cell, by adding additional line spacing to each paragraph as required.
BottomThe text will be aligned to the bottom of the cell
CenterThe text will be centered vertically within the cell
TopThe text will be aligned to the top of the cell.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also