'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;}
'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;}
The setting for this property can be overridden if a named style is assigned to the cell using the StyleName property, and that named style sets the background color.
Specify the text color for the cell by setting the ForeColor property.