Table.Cell.Options.HorizontalAlign Enum
Definition
Section titled “Definition”Alignment enum for the horizontal axis
public enum Table.Cell.Options.HorizontalAlignFields
Section titled “Fields”Text will be aligned to the left side of the cell
Left = 0Center
Section titled “Center”Text will be aligned within the center of the cell
Center = 1Text will be aligned to the right side of the cell
Right = 2