Gets or sets width of a column.

Namespace: Arctorus.Documents.Tables
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public float Width { get; set; }
Visual Basic
Public Property Width As Single
	Get
	Set
Visual C++
public:
property float Width {
	float get ();
	void set (float value);
}

See Also