Enum TabularColumnAlignment
Namespace: Varigence.Languages.Biml.Tabular
Assembly: Biml.dll
C#
public enum TabularColumnAlignment
Fields
Fields | Description |
---|---|
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. |