ItemObject Method

Object List Next Object

Defined By:
Indented List

Description:

ItemObject returns the object associated with any item.

Declaration:

Function ItemObject(ByVal index As Integer)As Object

Details:

SetItemObject will associate an object with an item in the list. ItemObject will return this object, and can be used in a manner similar to an object reference.

See Also:

SetItemObject method