XLL+ Class Library (7.0)

CXlWizExUIFunctionDescriptor::GetListProvider

Returns the provider class for a drop-down list

virtual IXlWizExUIListProvider* GetListProvider(
   int argIndex
);

Parameters

argIndex

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

Return Value

Returns the drop-down list provider for the specified argument, or NULL if no provider exists.

Remarks

This function is only useful if GetUIType returns XLWIZEXUI_UITYPE_LIST (1).

Requirements

Header: xlwizexui.h

See Also

CXlWizExUIFunctionDescriptor Class | CXlWizExUIFunctionDescriptor Methods