'Declaration
ReadOnly Property Formula2 As System.String
'Usage
Dim instance As IFormatCondition Dim value As System.String value = instance.Formula2
System.string Formula2 {get;}
read-only property Formula2: System.String;
function get Formula2 : System.String
__property System.string* get_Formula2();
property System.String^ Formula2 {
System.String^ get();
}