Gets or sets field column width.

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

Syntax

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

See Also