FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / HighlightConditionalFormattingRule Class / ForeColor Property


In This Topic
ForeColor Property (HighlightConditionalFormattingRule)
In This Topic
Gets or sets the forecolor.
Syntax
'Declaration
 
Public Property ForeColor As Color
 
'Usage
 
Dim instance As HighlightConditionalFormattingRule
Dim value As Color
 
instance.ForeColor = value
 
value = instance.ForeColor

Property Value

The forecolor.
See Also