XlConditionValueTypes 枚举 (Excel)

指定可以使用的条件值的类型。

名称 Description
xlConditionValueAutomaticMax 7 最长数据条与范围中的最大值成比例。
xlConditionValueAutomaticMin 6 最短数据条与范围中的最小值成比例。
xlConditionValueFormula 4 使用公式。
xlConditionValueHighestValue 2 值列表的最高值。
xlConditionValueLowestValue 1 值列表的最低值。
xlConditionValueNone -1 无条件值。
xlConditionValueNumber 0 使用数字。
xlConditionValuePercent 3 使用百分比。
xlConditionValuePercentile 5 使用百分点值。

支持和反馈

有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。