Share via


Essential and Useful C API XLM Functions

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The functions described in this section are Microsoft Office Excel callback functions that are particularly useful to DLL and XLL developers. Of these, the xlfRegister function is essential for XLLs and DLLs that want to register their functions and commands so that they can be called directly from Excel. The functions xlfUnregister and xlfSetName are used in combination to unregister DLL and XLL functions and commands.

Many more functions are exposed by Excel via the C API that are useful when you are developing XLLs. They correspond to the Excel worksheet functions and functions and commands that are available from XLM macro sheets.

In This Section

xlfCaller

xlfEvaluate

xlfRegister (Form 1)

xlfRegister (Form 2)

xlfRegisterId

xlfUnregister (Form 1)

xlfUnregister (Form 2)

xlfSetName