Excel.Interfaces.CellValueConditionalFormatUpdateData interface
用于更新对象上 CellValueConditionalFormat 的数据的接口,用于 cellValueConditionalFormat.set({ ... }).
属性详细信息
format
返回一个格式对象,封装条件格式字体、填充、边框和其他属性。
format?: Excel.Interfaces.ConditionalRangeFormatUpdateData;
属性值
注解
rule
指定此条件格式上的规则对象。
rule?: Excel.ConditionalCellValueRule;