IDataBar
BarColor Property
 | 
Gets/sets the color of the bars in a data bar conditional format.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
Color BarColor { get; set; }
 
Property BarColor As Color
	Get
	Set
 
property Color BarColor {
	Color get ();
	void set (Color value);
}
 
abstract BarColor : Color with get, set
 
 
 
Property Value
Type:
Color
 
See Also