Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IDatabar Interface / BarColor Property


In This Topic
BarColor Property
In This Topic
Returns a FormatColor object that you can use to modify the color of the bars in a data bar conditional format.
Syntax
'Declaration
 
Property BarColor As Color
 
'Usage
 
Dim instance As IDatabar
Dim value As Color
 
instance.BarColor = value
 
value = instance.BarColor

Property Value

The color of the bar.
See Also