Class AddInEvents
AddIn Connection class, also handling Events from Excel (Open, Close, Activate)
Inheritance
System.Object
AddInEvents
Implements
ExcelDna.Integration.IExcelAddIn
Namespace: DBaddin
Assembly: DBaddin.dll
Syntax
[ComVisible(true)]
public class AddInEvents : IExcelAddIn
Methods
| Improve this Doc View SourceassignHandler(Object)
assign click handlers to command buttons in passed sheet Sh, maximum 10 buttons are supported
Declaration
public static bool assignHandler(object Sh)
Parameters
Name | Description |
---|---|
Sh | sheet where command buttons are located |
Returns
Description |
---|
Explicit Interface Implementations
| Improve this Doc View SourceIExcelAddIn.AutoClose()
AutoClose cleans up after finishing addin
Declaration
public void IExcelAddIn.AutoClose()
IExcelAddIn.AutoOpen()
connect to Excel when opening Addin
Declaration
public void IExcelAddIn.AutoOpen()
Implements
ExcelDna.Integration.IExcelAddIn