:: ooo :: vba :: msforms ::

interface XListBox

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

removeItem
void
removeItem( [in] any  index );

Clear
void
Clear();

Selected
any
Selected( [in] long  index );

List
any
List( [in] any  pvargIndex,
[in] any  pvarColumn );

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