_Application.COMAddIns 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 the COMAddIns collection for Microsoft Excel, which represents the currently installed COM add-ins.
public:
property Microsoft::Office::Core::COMAddIns ^ COMAddIns { Microsoft::Office::Core::COMAddIns ^ get(); };
public Microsoft.Office.Core.COMAddIns COMAddIns { get; }
Public ReadOnly Property COMAddIns As COMAddIns