'DeclarationReadOnly Property HasFormula As System.Boolean
'UsageDim instance As IRange Dim value As System.Boolean value = instance.HasFormula
System.bool HasFormula {get;}
read-only property HasFormula: System.Boolean;
function get HasFormula : System.boolean
            __property System.bool get_HasFormula();
            property System.bool HasFormula { System.bool get(); }