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


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

Property Value

The color of the negative fill.
See Also