Gets or sets the background color of an HtmlTableCell control.
[Visual Basic] Public Property BgColor As String [C#] public string BgColor {get; set;} [C++] public: __property String* get_BgColor(); public: __property void set_BgColor(String*); [JScript] public function get BgColor() : String; public function set BgColor(String);
The background color of an HtmlTableCell control. Values can be any hexadecimal number preceded by a "#" character, or one for sixteen color names. For more information, see any HTML reference guide.
HtmlTableCell Class | HtmlTableCell Members | System.Web.UI.HtmlControls Namespace | HtmlTable