Gets of sets background color of the cell.

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

Syntax

Visual Basic (Declaration)
Public Property BackColor As Color
C#
public Color BackColor { get; set; }
Visual C++
public:
property Color BackColor {
	Color get ();
	void set (Color value);
}
JavaScript
function get_backColor();
function set_backColor(value);

See Also