Share via


FormatCondition.Formula2 属性

定义

返回与条件格式或数据有效性验证第二部分相关联的值或表达式。

public:
 property System::String ^ Formula2 { System::String ^ get(); };
public string Formula2 { get; }
Public ReadOnly Property Formula2 As String

属性值

注解

仅当数据验证条件格式Operator属性为 xlBetweenxlNotBetween 时,才使用 Formula2 属性。 可为常量值、字符串值、单元格引用或公式。

适用于