XLL+ Class Library (7.0)

CXlWizExUIListProvider::Add

Adds an item to the list of value/description pairs

void Add(
   const TCHAR* value,
   const TCHAR* description
);

Parameters

value

The value of the item to be added to the list.

description

The description of the item to be added to the list.

Requirements

Header: xlwizexui.h

See Also

CXlWizExUIListProvider Class | CXlWizExUIListProvider Methods