Excel.Interfaces.ConditionalFormatRuleData interface
An interface describing the data returned by calling conditionalFormatRule.toJSON()
.
Properties
formula | The formula, if required, on which to evaluate the conditional format rule. |
formula |
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
formula
The formula, if required, on which to evaluate the conditional format rule.
formula?: string;
Property Value
string
Remarks
formulaLocal
The formula, if required, on which to evaluate the conditional format rule in the user's language.
formulaLocal?: string;
Property Value
string
Remarks
formulaR1C1
The formula, if required, on which to evaluate the conditional format rule in R1C1-style notation.
formulaR1C1?: string;
Property Value
string
Remarks
Office Add-ins