Excel.Interfaces.TopBottomConditionalFormatLoadOptions interface
表示顶部/底部条件格式。
注解
属性
$all |
|
format | 返回格式对象,该对象封装条件格式的字体、填充、边框和其他属性。 |
rule | 顶部/底部条件格式的条件。 |
属性详细信息
$all
$all
为加载选项指定将加载所有标量属性 ((例如Range.address
) ,但不加载导航属性 (如 Range.format.fill.color
) )。
$all?: boolean;
属性值
boolean
format
返回格式对象,该对象封装条件格式的字体、填充、边框和其他属性。
format?: Excel.Interfaces.ConditionalRangeFormatLoadOptions;