Excel.Interfaces.ConditionalFormatRuleUpdateData interface

用于更新 ConditionalFormatRule 对象上的数据的接口,在 中使用 conditionalFormatRule.set({ ... })

属性

formula

计算条件格式规则的公式(如果需要)。

formulaLocal

计算用户语言条件格式规则的公式(如果需要)。

formulaR1C1

计算 R1C1 样式表示法中条件格式规则的公式(如果需要)。

属性详细信息

formula

计算条件格式规则的公式(如果需要)。

formula?: string;

属性值

string

注解

[ API 集:ExcelApi 1.6 ]

formulaLocal

计算用户语言条件格式规则的公式(如果需要)。

formulaLocal?: string;

属性值

string

注解

[ API 集:ExcelApi 1.6 ]

formulaR1C1

计算 R1C1 样式表示法中条件格式规则的公式(如果需要)。

formulaR1C1?: string;

属性值

string

注解

[ API 集:ExcelApi 1.6 ]