Excel.Interfaces.ConditionalFormatRuleData interface
An interface describing the data returned by calling conditionalFormatRule.toJSON()
.
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. |
The formula, if required, on which to evaluate the conditional format rule.
formula?: string;
Property Value
string
Remarks
The formula, if required, on which to evaluate the conditional format rule in the user's language.
formulaLocal?: string;
Property Value
string
Remarks
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 feedback
Office Add-ins is an open source project. Select a link to provide feedback: