Demonstrates how to inspect and display information about functions in an add-in
This sample add-in shows how to use the CXllFn class to inspect the functions contained in your add-in.
CXllApp::GetAllFns | CXllApp::FindFn | CXllFn | #ERROR Uses not found for CXllFn_GetName | CXllFn::GetHelpText | CXllFn::GetArgumentNames | CXllFn::GetArgumentHelpTexts
Each sample project is located in a sub-directory of the Samples directory of the XLL+ installation. To use the sample project, open the solution file FInspect.sln or the project file FInspect.vcproj.
You can enable debugging under Excel by using the Setup Debugging command in the XLL+ ToolWindow.
When delivered, the help files are excluded from the build.
You can enable the help build by selecting the files
FInspect.help.xml
and
FInspect.chm
in the Solution Explorer,
and using the right-click menu to view Properties.
Select the page "Configuration Properties/General" and
set the "Excluded from build" property to "No".
See Generating help
in the User Guide for more information.