Excel.Interfaces.TextConditionalFormatUpdateData interface

用于更新对象上 TextConditionalFormat 的数据的接口,用于 textConditionalFormat.set({ ... }).

注解

使用方

属性

format

返回封装条件格式的字体、填充、边框和其他属性的格式对象。

rule

条件格式的规则。

属性详细信息

format

返回封装条件格式的字体、填充、边框和其他属性的格式对象。

format?: Excel.Interfaces.ConditionalRangeFormatUpdateData;

属性值

注解

API 集:ExcelApi 1.6

rule

条件格式的规则。

rule?: Excel.ConditionalTextComparisonRule;

属性值

注解

API 集:ExcelApi 1.6