_Application.AddIns2 属性

定义

获取对象的集合 AddIns2 ,这些对象表示当前在 Excel 中可用或打开的所有加载项,而不管它们是否已安装。

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

属性值

对象的集合 AddIns2 ,这些对象表示当前在 Excel 中可用或打开的所有加载项。

注解

此为只读属性。

适用于