_Application.AddIns Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an AddIns collection that represents all the add-ins listed in the Add-Ins dialog box (Tools menu).
public:
property Microsoft::Office::Interop::Excel::AddIns ^ AddIns { Microsoft::Office::Interop::Excel::AddIns ^ get(); };
public Microsoft.Office.Interop.Excel.AddIns AddIns { get; }
Public ReadOnly Property AddIns As AddIns