Skip to content

Table.Cell.Options.HorizontalAlign Enum

Alignment enum for the horizontal axis

C#
public enum Table.Cell.Options.HorizontalAlign

Text will be aligned to the left side of the cell

C#
Left = 0

Text will be aligned within the center of the cell

C#
Center = 1

Text will be aligned to the right side of the cell

C#
Right = 2