Excel.Interfaces.TextConditionalFormatUpdateData interface
一个接口,用于更新 TextConditionalFormat 对象上的数据,以便在 中使用 textConditionalFormat.set({ ... })
。
属性
format | 返回格式对象,该对象封装条件格式的字体、填充、边框和其他属性。 |
rule | 条件格式的规则。 |
属性详细信息
format
返回格式对象,该对象封装条件格式的字体、填充、边框和其他属性。
format?: Excel.Interfaces.ConditionalRangeFormatUpdateData;
属性值
注解
rule
条件格式的规则。
rule?: Excel.ConditionalTextComparisonRule;