Databar.NegativeBarFormat Property
Gets the NegativeBarFormat object associated with a data bar conditional formatting rule.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property NegativeBarFormat As NegativeBarFormat
Get
'Usage
Dim instance As Databar
Dim value As NegativeBarFormat
value = instance.NegativeBarFormat
NegativeBarFormat NegativeBarFormat { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.NegativeBarFormat
The NegativeBarFormat object associated with a data bar conditional formatting rule.
Remarks
Read-only.