Spread Windows Forms 12.0 Product Documentation
Color Property (INegativeBarFormat)


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

Property Value

The color.
See Also

Reference

INegativeBarFormat Interface
INegativeBarFormat Members