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