_Application.AddIns2 Property
Gets a collection of AddIns2 objects that represent all the add-ins that are currently available or open in Microsoft Excel, regardless of whether they are installed.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property AddIns2 As AddIns2
Get
'Usage
Dim instance As _Application
Dim value As AddIns2
value = instance.AddIns2
AddIns2 AddIns2 { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.AddIns2
A collection of AddIns2 objects that represent all the add-ins that are currently available or open in Microsoft Excel.
Remarks
Read-only.