ShapeNodes.Application Property
Returns an Application object that represents the Microsoft Excel application. Read-only.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Application As Object
Get
'Usage
Dim instance As ShapeNodes
Dim value As Object
value = instance.Application
Object Application { get; }
Property Value
Type: System.Object