_Application.AddIns2 Property

Definition

Gets a collection of AddIns2 objects that represent all the add-ins that are currently available or open in Excel, regardless of whether they are installed.

public:
 property Microsoft::Office::Interop::Excel::AddIns2 ^ AddIns2 { Microsoft::Office::Interop::Excel::AddIns2 ^ get(); };
public Microsoft.Office.Interop.Excel.AddIns2 AddIns2 { get; }
Public ReadOnly Property AddIns2 As AddIns2

Property Value

A collection of AddIns2 objects that represent all the add-ins that are currently available or open in Excel.

Remarks

Read-only.

Applies to