Show / Hide Table of Contents

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 Source

assignHandler(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 Source

IExcelAddIn.AutoClose()

AutoClose cleans up after finishing addin

Declaration
public void IExcelAddIn.AutoClose()
| Improve this Doc View Source

IExcelAddIn.AutoOpen()

connect to Excel when opening Addin

Declaration
public void IExcelAddIn.AutoOpen()

Implements

ExcelDna.Integration.IExcelAddIn
  • Improve this Doc
  • View Source
Back to top Generated by DocFX