ConditionalDataBarNegativeFormat Object (JavaScript API for Excel)
Represents a conditional format DataBar Format for the negative side of the data bar.
Properties
| Property | Type | Description | Req. Set |
|---|---|---|---|
| borderColor | string | HTML color code representing the color of the border line, of the form #RRGGBB (e.g. "FFA500") or as a named HTML color (e.g. "orange"). | 1.6 |
| fillColor | string | HTML color code representing the fill color, of the form #RRGGBB (e.g. "FFA500") or as a named HTML color (e.g. "orange"). | 1.6 |
| matchPositiveBorderColor | bool | Boolean representation of whether or not the negative DataBar has the same border color as the positive DataBar. | 1.6 |
| matchPositiveFillColor | bool | Boolean representation of whether or not the negative DataBar has the same fill color as the positive DataBar. | 1.6 |
See property access examples.
Relationships
None
Methods
None