Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.Interfaces.CellValueConditionalFormatLoadOptions interface
- Package:
- excel
Represents a cell value conditional format.
Properties
| $all | Specifying |
| format | Returns a format object, encapsulating the conditional formats font, fill, borders, and other properties. |
| rule | Specifies the rule object on this conditional format. |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
format
Returns a format object, encapsulating the conditional formats font, fill, borders, and other properties.
format?: Excel.Interfaces.ConditionalRangeFormatLoadOptions;
Property Value
Remarks
rule
Specifies the rule object on this conditional format.
rule?: boolean;
Property Value
boolean
Remarks
Office Add-ins
Feedback
Was this page helpful?
