Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IDatabar Interface / NegativeBarFormat Property


In This Topic
NegativeBarFormat Property
In This Topic
Returns the INegativeBarFormat object associated with a data bar conditional formatting rule.
Syntax
'Declaration
 
ReadOnly Property NegativeBarFormat As INegativeBarFormat
 
'Usage
 
Dim instance As IDatabar
Dim value As INegativeBarFormat
 
value = instance.NegativeBarFormat

Property Value

The negative bar format.
See Also