XLL+ Class Library (6.3)

CXlWizExUIFunctionDescriptor::GetUIType

Returns the extended UI type for a specified argument

virtual int GetUIType(
   int argIndex
);

Parameters

argIndex

The index of the argument. (The first argument has index 0.)

Return Value

Returns one of the following values:

Value Description
XLWIZEXUI_UITYPE_NONE (0) The specified argument does not present an extended user interface.
XLWIZEXUI_UITYPE_LIST (1) The argument displays a drop-down list of values, with descriptions.
XLWIZEXUI_UITYPE_POPUP (2) The argument displays a button, which will show a modal editor dialog.

Requirements

Header: xlwizexui.h

See Also

CXlWizExUIFunctionDescriptor Class | CXlWizExUIFunctionDescriptor Methods | XLWIZEXUI_UITYPES enumeration