Enum Alignment
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
An enumeration of possible values for aligning data in a cell.
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. |