Enum Alignment
An enumeration of possible values for aligning data in a cell.
Namespace: TabularEditor.TOMWrapper
Assembly: TOMWrapper.dll
Syntax
public enum Alignment
Fields
Name | Description |
---|---|
Center | Centers string or numerical values within a cell. |
Default | Aligns string or numerical values based on the culture. |
Left | Aligns string or numerical values to the left. |
Right | Aligns string or numerical values to the right. |