FormatCondition.Formula2 Property

Definition

Returns the value or expression associated with the second part of a conditional format or data validation.

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

Property Value

Remarks

The Formula2 property is used only when the data validation conditional format Operator property is xlBetween or xlNotBetween. Can be a constant value, a string value, a cell reference, or a formula.

Applies to