ListItems

This property returns a reference to a collection of ListItem objects in a ListView control.

Syntax

object.ListItems

Parameters

object
Object expression that evaluates to a ListView control.

Remarks

You can manipulate ListItem obects by using standard collection methods. You access each ListItem in the collection by its unique key, which you create and store in the Key property.

You also can retrieve ListItem objects by their display position using the Index property.