Gets or sets a value indicating whether the column width was aligned by cell content.

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

Syntax

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

See Also