IList: Item (get)

Item

Returns an item at specified index.



 Public Property Get Item(
	  ByVal Index As Long ) As Variant

Parameters

Index
[ByVal] Long. The index of the item to return.

Return Values

Variant -  The item at the specified index.

Read/Write.

See Also

Project CorLib Overview

Class IList Overview