Alignment Enumeration

 

Updated: May 24, 2016

An enumeration of possible values for aligning data in a cell.

Namespace:   Microsoft.AnalysisServices.Tabular
Assembly:  Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)

public enum class Alignment

Member nameDescription
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.

Return to top
Show: