ColorScaleCriterion.Value 属性

定义

返回或设置色阶条件格式的最小、中点或最大阈值。 读/写。

public:
 property System::Object ^ Value { System::Object ^ get(); void set(System::Object ^ value); };
public object Value { get; set; }
Public Property Value As Object

属性值

Object

注解

仅当 Type 条件格式的 属性设置为以下常量之一时,才能设置值: xlConditionValueNumberxlConditionValuePercentxlConditionValuePercentilexlConditionValueFormula

如果阈值类型为公式,则可以将公式设置为 String 类型。 此公式必须返回单一数字。

适用于