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