Gets or sets text aligment type within a cell.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public ContentAlignment ContentAlignment { get; set; }
Visual Basic (Declaration)
Public Property ContentAlignment As ContentAlignment
Visual C++
public:
property ContentAlignment ContentAlignment {
	ContentAlignment get ();
	void set (ContentAlignment value);
}

See Also