Excel.ConditionalDataBarRule interface

表示数据条的规则类型。

注解

[ API 集:ExcelApi 1.6 ]

属性

formula

计算数据条规则的公式(如果需要)。

type

数据栏的规则类型。

属性详细信息

formula

计算数据条规则的公式(如果需要)。

formula?: string;

属性值

string

注解

[ API 集:ExcelApi 1.6 ]

type

数据栏的规则类型。

type: Excel.ConditionalFormatRuleType | "Invalid" | "Automatic" | "LowestValue" | "HighestValue" | "Number" | "Percent" | "Formula" | "Percentile";

属性值

Excel.ConditionalFormatRuleType | "Invalid" | "Automatic" | "LowestValue" | "HighestValue" | "Number" | "Percent" | "Formula" | "Percentile"

注解

[ API 集:ExcelApi 1.6 ]