_Application.COMAddIns Property
Returns the COMAddIns collection for Microsoft Excel, which represents the currently installed COM add-ins.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property COMAddIns As COMAddIns
Get
'Usage
Dim instance As _Application
Dim value As COMAddIns
value = instance.COMAddIns
COMAddIns COMAddIns { get; }
Property Value
Type: Microsoft.Office.Core.COMAddIns