Item
 Sets the item at the specified index to a new value.
 Public Property Let Item(
	  ByVal Index As Long,
	  ByRef Value As Variant ) :
Parameters
- Index
 - 
[ByVal]
 Long.
  The index of the item to set the value to.
 
 
- Value
 - 
[ByRef]
 Variant.
  The new value to set the item to.
 
Read/Write.
See Also
Project CorLib Overview
Class IList Overview