Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Finding an Index in ListItemCollection

Status
Not open for further replies.

qwert231

Programmer
Sep 4, 2001
756
US
The .IndexOf method of a ListItemCollection uses a ListItem as it's search criteria. I have a String that is equal to a value in the Collection, but I need to find it's index in the Collection to set that collection to it.

How can I use a string to find an Index in a ListItemCollection?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top