BackColor Property
BackColor
Gets or sets the style of the cell background color.
Declaration
[TypeConverter(typeof(WebColorConverter))]
public virtual Color BackColor { get; set; }
<TypeConverter(GetType(WebColorConverter))>
Public Overridable Property BackColor As Color