XLL+ Class Library

XllDriver Methods

The methods of the XllDriverclass are listed here.

Initialization/Termination

public methodInitializeInitializes the XllDriver, optionally supplying the full path of the support file XLCALL32.DLL
public methodTerminateTerminates the XllDriver

Add-in functions

public methodLoadXllLoads an XLL file, and registers its add-in functions
public methodCallAddinFunctionInvoke a function contained in a loaded XLL
public methodCallAddinFunctionAInvoke a function contained in a loaded XLL, using an array of arguments

Emulators

public methodInstallExcelEmulatorInstalls an Excel emulator
public methodUninstallExcelEmulatorUninstalls an Excel emulator

Miscellaneous

public methodGetFunctionNameConverts an Excel built-in function number to a name
public methodSaveAsXmlSaves signatures of all loaded functions to an XML file

Requirements

Library: pslxld01.dll

See Also

XllDriver Class | IExcelEmulator interface