FormatCondition.Formula2 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.