ListItems Collection

This collection contains one or more ListItem objects.

Syntax

listview.ListItems(index)

Parameters

listview
Object expression that evaluates to a ListView control.
index
Integer or string that uniquely identifies a member of an object collection. An integer is the value of the Index property; a string is the value of the Key property.

The ListItems collection supports the following properties:

The ListItems collection supports the following methods:

Remarks

The ListItems collection is a 1-based collection, which means the collection's Index property begins with the number 1 (versus 0 in a 0-based collection). You can access each item in the collection by its index or unique key.