DataBarBorder
Color Property
 | 
Gets or sets the border's color of data bars specified by a conditional formatting rule.
Namespace:
Spire.Xls.Core.Spreadsheet.ConditionalFormatting
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public Color Color { get; set; }
 
Public Property Color As Color
	Get
	Set
 
public:
property Color Color {
	Color get ();
	void set (Color value);
}
 
member Color : Color with get, set
 
 
 
Property Value
Type:
Color
 
See Also