Gets or sets bottom 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 Bottom As Boolean
C#
public bool Bottom { get; set; }
Visual C++
public:
property bool Bottom {
	bool get ();
	void set (bool value);
}
JavaScript
function get_bottom();
function set_bottom(value);

See Also