Alignment Enumeration
Updated: May 24, 2016
Specifies the type of justification used within a column.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
| Member name | Description | |
|---|---|---|
| Center | Center-aligned justification. | |
| Default | A value that automatically sets the appropriate type of justification based on the data type. | |
| Left | Left-aligned justification. | |
| Right | Right-aligned justification. |
Use "Default" to get the type of justification that is appropriate based on the data type.
Show: