Enum TabularColumnAlignment
C#
public enum TabularColumnAlignment
Fields
Center | Specifies that the column values should be center-aligned. |
Default | Specifies that the default alignment for the column data type should be used. |
Left | Specifies that the column values should be left-aligned. |
Right | Specifies that the column values should be right-aligned. |