Excel.Interfaces.CustomConditionalFormatUpdateData interface
用于更新 CustomConditionalFormat 对象上的数据的接口,可在 中使用 customConditionalFormat.set({ ... })
。
属性
format | 返回格式对象,该对象封装条件格式字体、填充、边框和其他属性。 |
rule | 指定 |
属性详细信息
format
返回格式对象,该对象封装条件格式字体、填充、边框和其他属性。
format?: Excel.Interfaces.ConditionalRangeFormatUpdateData;
属性值
注解
rule
指定 Rule
此条件格式上的 对象。
rule?: Excel.Interfaces.ConditionalFormatRuleUpdateData;