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