Gets width of the cell.

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

Syntax

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

See Also