Spread Windows Forms 12.0 Product Documentation
BorderColor Property (INegativeBarFormat)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > INegativeBarFormat Interface : BorderColor Property
Returns a FormatColor object that you can use to specify the border color for negative data bars.
Syntax
'Declaration
 
Property BorderColor As Color
'Usage
 
Dim instance As INegativeBarFormat
Dim value As Color
 
instance.BorderColor = value
 
value = instance.BorderColor
Color BorderColor {get; set;}

Property Value

The color of the border.
See Also

Reference

INegativeBarFormat Interface
INegativeBarFormat Members