NegativeBarFormat Interface

Represents the color settings of the data bars for negative values that are defined by a data bar conditional formating rule.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<GuidAttribute("000244BF-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface NegativeBarFormat
'Usage
Dim instance As NegativeBarFormat
[GuidAttribute("000244BF-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface NegativeBarFormat

Remarks

The properties of the NegativeBarFormat object can be used to specify the fill color and border of the data bars for negative values. Use the NegativeBarFormat of the Databar object that represents a data bar conditional formatting rule to access the NegativeBarFormat object associated with that rule.

See Also

Reference

NegativeBarFormat Members

Microsoft.Office.Interop.Excel Namespace