NegativeBarFormat
BorderColor Property
|
Gets or sets a FormatColor object that you can use to specify the border color for negative data bars.
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 BorderColor { get; set; }
Public Property BorderColor As Color
Get
Set
public:
property Color BorderColor {
Color get ();
void set (Color value);
}
member BorderColor : Color with get, set
Property Value
Type:
Color
See Also