This property returns a reference to a collection of ListItem objects in a ListView control.
object.ListItems
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.