property List.Items as Items
Retrieves the control's item collection.

TypeDescription
Items An Items object that holds the control's items collection.

Use the Items property to access the items control. Use the Items collection to add or remove items in the control. Use the PutItems method to load items from a safe array. Use the Add method to add new items to the control's items collection. Use the DataSource to add new columns and items to the control. Adding new items fails if the control has no columns.