ConditionValue.Value 属性

定义

针对数据条条件格式返回或设置最短或最长的数据条的阈值。 读取/写入 对象

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

属性值

Object

注解

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

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

适用于