Excel.Interfaces.TextConditionalFormatData interface
一个描述通过调用 textConditionalFormat.toJSON()返回的数据的接口。
属性详细信息
format
返回封装条件格式的字体、填充、边框和其他属性的格式对象。
format?: Excel.Interfaces.ConditionalRangeFormatData;
属性值
注解
rule
条件格式的规则。
rule?: Excel.ConditionalTextComparisonRule;