XLL+ Class Library (7.0)

CXllFn::GetArgumentHelpTexts

Returns the help text for all of the function's arguments as it will appear in the Excel Formula Wizard.

void GetArgumentHelpTexts(
   std::vector<CStringA>& names
) const;
void GetArgumentHelpTexts(
   std::vector<CStringW>& wnames
) const;

Parameters

names

This vector will be filled with the help text of each of the function's arguments as it will appear in the Excel Formula Wizard and in Excel 2007 pop-up help. If a help text contains resource IDs, they will be localized.

wnames

This vector will be filled with the help text of each of the function's arguments as it will appear in the Excel Formula Wizard and in Excel 2007 pop-up help. If a help text contains resource IDs, they will be localized.

Requirements

Header: xllplus.h

See Also

CXllFn Class | CXllFn Methods