Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DatabarConditionalFormattingRule Class / FillColor Property


In This Topic
FillColor Property (DatabarConditionalFormattingRule)
In This Topic
Gets or sets the color of the fill.
Syntax
'Declaration
 
Public Property FillColor As Color
 
'Usage
 
Dim instance As DatabarConditionalFormattingRule
Dim value As Color
 
instance.FillColor = value
 
value = instance.FillColor

Property Value

The color of the fill.
See Also