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


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

Property Value

The color of the border.
See Also