Gets or sets width of column.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)

Syntax

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

See Also