:: ooo :: vba :: msforms ::

interface XComboBox

Methods' Summary
AddItem  
removeItem  
Clear  
Attributes' Summary
Value  
ListIndex  
ListCount  
Text  
Methods' Details
AddItem
void
AddItem( [in] any  pvargItem,
[in] any  pvargIndex );

removeItem
void
removeItem( [in] any  index );

Clear
void
Clear();

Attributes' Details
Value
any Value;
ListIndex
any ListIndex;
ListCount
[ readonly ] long ListCount;
Text
string Text;
Top of Page