Validation.Formula2 Property

Definition

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

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

Property Value

Remarks

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

Applies to