SetItemData Method

Object List Next Object

Defined By:
Indented List

Description:

SetItemData associates a Long with an item.

Declaration:

Sub SetItemData(ByVal index As Integer, ByVal data As Long)

Details:

SetItemData allows any Long value to be associated with any item in the list. The ItemData method can retrieve this data.

See Also:

ItemData method