:: org :: openoffice :: vba ::

interface XComboBox

Methods' Summary
AddItem  
Clear  
Methods' Details
AddItem
void
AddItem( [in] any  pvargItem,
[in] any  pvargIndex );

Clear
void
Clear();

Attributes' Summary
Value  
Text  
Attributes' Details
Value
any Value;
Text
string Text;
Top of Page