XLL+ Class Library (7.0)

CXllFn::GetArgumentHelpTextA

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

CStringA GetArgumentHelpTextA(
   size_t index
) const;

Parameters

index

Index of the argument. If the index is out of range, then an exception of type CXlOutOfRangeException will be thrown.

Return Value

Returns the help text for the one of the function's arguments as it will appear in the Excel Formula Wizard. If the help text contains resource IDs, it will be localized.

Requirements

Header: xllplus.h

See Also

CXllFn Class | CXllFn Methods