Gets or sets left border of the cell.

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

Syntax

Visual Basic (Declaration)
Public Property Left As Boolean
C#
public bool Left { get; set; }
Visual C++
public:
property bool Left {
	bool get ();
	void set (bool value);
}
JavaScript
function get_left();
function set_left(value);

See Also