XLL+ Class Library

CXllApp::FindFn

Find a function in the function list

[C++]
CXllFn* FindFn(
   LPCSTR pszFnName
);

Parameters

pszFnName

Pointer to a null-terminated string containing the exported name of the function (i.e. the name visible in Excel).

Return value

Returns a pointer to the function if found, and NULL if it cannot be found.

Requirements

Header: xllplus.h

See Also

CXllApp Class | CXllApp Methods | CXllApp::AddFn() | CXllApp::RemoveFn()