TableCellVerticalAlignment Enum
In This Article
Lists possible vertical alignments for cell content.
#Declaration
TypeScript
declare enum TableCellVerticalAlignment {
Top = 0,
Both = 1,
Center = 2,
Bottom = 3
}
#Members
Name | Description |
---|---|
Both
|
The cell content is vertically justified. |
Bottom
|
The cell content is vertically aligned at the bottom. |
Center
|
The cell content is centered vertically. |
Top
|
The cell content is vertically aligned at the top. |
#Remarks
Values listed by this enumeration are used in the following members: