Spread Silverlight Documentation
Color Property (IExcelDataBarRule)


GrapeCity.Excel Namespace > IExcelDataBarRule Interface : Color Property
Gets or sets the color of the data bar.
Syntax
'Declaration
 
Property Color As IExcelColor
'Usage
 
Dim instance As IExcelDataBarRule
Dim value As IExcelColor
 
instance.Color = value
 
value = instance.Color
IExcelColor Color {get; set;}

Property Value

The color of the data bar.
See Also

Reference

IExcelDataBarRule Interface
IExcelDataBarRule Members