AddIns2 Interface

Definition

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.

public interface class AddIns2 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000244B5-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface AddIns2 : System.Collections.IEnumerable
Public Interface AddIns2
Implements IEnumerable
Attributes
Implements

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.

Properties

_Default[Object]
Application

When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object.

Count

Gets a value that represents the number of objects in the collection.

Creator

Gets a 32-bit integer that indicates the application in which this object was created.

Item[Object]

Gets a single object from a collection.

Parent

Gets the parent object for the specified object.

Methods

Add(String, Object)

Adds a new add-in to the list of add-ins.

GetEnumerator()

Applies to