Alignment Enumeration
Updated: May 24, 2016
An enumeration of possible values for aligning data in a cell.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
| Member 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. |
Show: