Returns the extended UI type for a specified argument
| virtual int GetUIType( int argIndex ); | 
The index of the argument. (The first argument has index 0.)
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. | 
Header: xlwizexui.h
CXlWizExUIFunctionDescriptor Class | CXlWizExUIFunctionDescriptor Methods | XLWIZEXUI_UITYPES enumeration