Excel.Interfaces.TopBottomConditionalFormatLoadOptions interface

表示顶部/底部条件格式。

属性

$all

指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。

format

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

rule

顶部/底部条件格式的条件。

属性详细信息

$all

指定加载选项将 $all 加载所有标量属性 ((如 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