XLL+ Class Library (7.0)

CXllFn::GetArgumentNames

Returns the names of all of the function's arguments as they will appear in the Excel Formula Wizard.

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

Parameters

names

This vector will be filled with the names of the function's arguments as they will appear in the Excel Formula Wizard and in Excel 2007 pop-up help. If an argument name has a resource ID, it will be localized.

wnames

This vector will be filled with the names of the function's arguments as they will appear in the Excel Formula Wizard and in Excel 2007 pop-up help. If an argument name has a resource ID, it will be localized.

Requirements

Header: xllplus.h

See Also

CXllFn Class | CXllFn Methods