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; |
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.
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.
Header: xllplus.h