'DeclarationReadOnly Property Text As System.String
'UsageDim instance As IRange Dim value As System.String value = instance.Text
System.string Text {get;}
read-only property Text: System.String;
function get Text : System.String
            __property System.string* get_Text();
            property System.String^ Text {
   System.String^ get();
}