XLL+ Class Library (7.0)

CXllFn::GetArgumentNameW

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

CStringW GetArgumentNameW(
   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 name of one of the function's arguments as it will appear in the Excel Formula Wizard and in Excel 2007 pop-up help. If the argument name has a resource ID, it will be localized.

Requirements

Header: xllplus.h

See Also

CXllFn Class | CXllFn Methods