Edit

Share via


TextRange2.Application Property

Definition

Used without an object qualifier, this property returns an Application object that represents the current instance of the Microsoft Office application. Used with an object qualifier, this property returns an Application object that represents the creator of the TextFrame2 object. When used with an OLE Automation object, it returns the object's application. Read-only.

public:
 property System::Object ^ Application { System::Object ^ get(); };
public object Application { get; }
member this.Application : obj
Public ReadOnly Property Application As Object

Property Value

Object

Implements

Applies to