IList: Item (set)

Item

Sets the item at the specified index to a new value.



 Public Property Set Item(
	  ByVal Index As Long,
	  ByRef RHS As Variant ) :

Parameters

Index
[ByVal] Long. The index of the item to set the value to.
RHS
[ByRef] Variant. The new value to set the item to.

Remarks

Read/Write.

See Also

Project VBCorLib Overview Class IList Overview IList Properties IList Methods Item (let) Remove