ConditionalRangeFill Object (JavaScript API for Excel)
Represents the background of a conditional range object.
Properties
| Property | Type | Description | Req. Set |
|---|---|---|---|
| color | string | HTML color code representing the color of the fill, of the form #RRGGBB (e.g. "FFA500") or as a named HTML color (e.g. "orange"). | 1.6 |
See property access examples.
Relationships
None
Methods
| Method | Return Type | Description | Req. Set |
|---|---|---|---|
| clear() | void | Resets the fill. | 1.6 |
Method Details
clear()
Resets the fill.
Syntax
conditionalRangeFillObject.clear();
Parameters
None
Returns
void