Called by the framework when Excel unloads the XLL
[C++]
virtual BOOL OnXllUnload();
TRUE if the function completes successfully; FALSE otherwise.
This function is called whenever the XLL is unloaded from memory.
This can occur repeatedly during the Excel Tools - Add-ins dialog. The default implementation of this function does nothing.
Header: xllplus.h