Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CombinedStyleInfo Class / ForeColor Property


In This Topic
ForeColor Property (CombinedStyleInfo)
In This Topic
Gets the cell foreground color.
Syntax
'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.
Remarks
The ForeColor property should specify a color that contrasts with the BackColor property.
See Also