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