DataBar
NegativeBarFormat Property
|
Gets the NegativeBarFormat object associated with a data bar conditional formatting rule.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public NegativeBarFormat NegativeBarFormat { get; }
Public ReadOnly Property NegativeBarFormat As NegativeBarFormat
Get
public:
property NegativeBarFormat^ NegativeBarFormat {
NegativeBarFormat^ get ();
}
member NegativeBarFormat : NegativeBarFormat with get
Property Value
Type:
NegativeBarFormat
See Also