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?
How can I use a string to find an Index in a ListItemCollection?