AddIns2 Interface
A collection of AddIn 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
<InterfaceTypeAttribute()> _
<GuidAttribute("000244B5-0000-0000-C000-000000000046")> _
Public Interface AddIns2 _
Inherits IEnumerable
'Usage
Dim instance As AddIns2
[InterfaceTypeAttribute()]
[GuidAttribute("000244B5-0000-0000-C000-000000000046")]
public interface AddIns2 : IEnumerable
Remarks
The contents of the AddIns2 collection correspond to the list of add-ins displayed in the Add-Ins dialog box (Add-Ins command on the Developer tab) and any add-ins that are currently open.