TextRange2.Application Property
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.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Application As Object
Get
'Usage
Dim instance As TextRange2
Dim value As Object
value = instance.Application
Object Application { get; }
Property Value
Type: System.Object
Object