TabularColumnAlignment Enumeration
Provides options for default column value alignment within user facing tabular client applications.
Enumeration Values
Name | Summary |
---|---|
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. |
Center | Specifies that the column values should be center-aligned. |