Skip to content

Table.Cell.Options.VerticalAlign Enum

Alignment enum for the vertical axis

C#
public enum Table.Cell.Options.VerticalAlign

Text will be aligned to the top of the cell

C#
Top = 0

Text will be aligned in the center of the cell

C#
Center = 1

Text will be aligned to the bottom of the cell

C#
Bottom = 2