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


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

Property Value

The color of the negative border.
See Also