Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.Interfaces.ConditionalFormatRuleLoadOptions interface
- Package:
- excel
Represents a rule, for all traditional rule/format pairings.
Properties
| $all | Specifying |
| formula | The formula, if required, on which to evaluate the conditional format rule. |
| formulaLocal | The formula, if required, on which to evaluate the conditional format rule in the user's language. |
| formulaR1C1 | The formula, if required, on which to evaluate the conditional format rule in R1C1-style notation. |
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
formula
The formula, if required, on which to evaluate the conditional format rule.
formula?: boolean;
Property Value
boolean
Remarks
formulaLocal
The formula, if required, on which to evaluate the conditional format rule in the user's language.
formulaLocal?: boolean;
Property Value
boolean
Remarks
formulaR1C1
The formula, if required, on which to evaluate the conditional format rule in R1C1-style notation.
formulaR1C1?: boolean;
Property Value
boolean
Remarks
Office Add-ins
Feedback
Was this page helpful?
