HTMLTableElement.BgColor

HTMLTableElement.BgColor property

Cell background color. See the bgcolor attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

public string BgColor { get; set; }

See Also