Gets or sets the style of the cell background color.
Syntax
'Declaration
Public Overridable Property BackColor As Color
'Usage
Dim instance As StyleInfo
Dim value As Color
instance.BackColor = value
value = instance.BackColor
public virtual Color BackColor {get; set;}
See Also