Excel.Interfaces.PresetCriteriaConditionalFormatLoadOptions interface

表示预设条件条件格式,例如高于平均值、低于平均值、唯一值、包含空白、非空白、错误和无错误。

注解

[ API 集:ExcelApi 1.6 ]

属性

$all

$all为 LoadOptions 指定将加载所有标量属性 (例如:Range.address) 但不加载导航属性 (例如: Range.format.fill.color) 。

format

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

rule

条件格式的规则。

属性详细信息

$all

$all为 LoadOptions 指定将加载所有标量属性 (例如:Range.address) 但不加载导航属性 (例如: Range.format.fill.color) 。

$all?: boolean;

属性值

boolean

format

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

format?: Excel.Interfaces.ConditionalRangeFormatLoadOptions;

属性值

注解

[ API 集:ExcelApi 1.6 ]

rule

条件格式的规则。

rule?: boolean;

属性值

boolean

注解

[ API 集:ExcelApi 1.6 ]