Table.Cell.Options.VerticalAlign Enum
Definition
Section titled “Definition”Alignment enum for the vertical axis
public enum Table.Cell.Options.VerticalAlignFields
Section titled “Fields”Text will be aligned to the top of the cell
Top = 0Center
Section titled “Center”Text will be aligned in the center of the cell
Center = 1Bottom
Section titled “Bottom”Text will be aligned to the bottom of the cell
Bottom = 2