AddIn.IsOpen Property
Gets whether the add-in is currently open.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property IsOpen As Boolean
Get
'Usage
Dim instance As AddIn
Dim value As Boolean
value = instance.IsOpen
bool IsOpen { get; }
Property Value
Type: System.Boolean
true if the add-in is currently open; otherwise, false.
Remarks
boolean Read-only.