Excel.Interfaces.ColorScaleConditionalFormatLoadOptions interface
表示条件格式的色阶条件。
注解
属性
$all |
|
criteria | 色阶的条件。 使用双点色阶时,中点是可选的。 |
three |
如果 |
属性详细信息
$all
$all
为加载选项指定将加载所有标量属性 ((例如Range.address
) ,但不加载导航属性 (如 Range.format.fill.color
) )。
$all?: boolean;
属性值
boolean
criteria
threeColorScale
如果 true
为 ,则色阶 (最小值、中点、最大) 三个点,否则将具有两个 (最小值、最大) 。
threeColorScale?: boolean;
属性值
boolean