BackColor Property (CombinedStyleInfo)
Gets the background color for the cell.
public new Color BackColor {get;}
'Declaration
Public Shadows ReadOnly Property BackColor As Color
'Usage
Dim instance As CombinedStyleInfo
Dim value As Color
value = instance.BackColor
Property Value
A
System.Drawing.Color that represents the background color of the cell. The default is
Color.Empty.