NegativeBarFormat
BorderColorType Property
|
Gets whether to use the same border color as positive 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 DataBarNegativeColorType BorderColorType { get; set; }
Public Property BorderColorType As DataBarNegativeColorType
Get
Set
public:
property DataBarNegativeColorType BorderColorType {
DataBarNegativeColorType get ();
void set (DataBarNegativeColorType value);
}
member BorderColorType : DataBarNegativeColorType with get, set
Property Value
Type:
DataBarNegativeColorType
See Also