ExcelScript.ConditionalColorScaleCriterion interface
表示包含类型、值和颜色的色阶条件。
属性
color | 色阶颜色 (的 HTML 颜色代码表示形式,例如,#FF0000 表示红色) 。 |
formula | 数字、公式或 |
type | 条件公式应基于什么。 |
属性详细信息
color
色阶颜色 (的 HTML 颜色代码表示形式,例如,#FF0000 表示红色) 。
color?: string;
属性值
string
formula
数字、公式或 null
((如果 type
为 lowestValue
) )。
formula?: string;
属性值
string
type
条件公式应基于什么。
type: ConditionalFormatColorCriterionType;