I have a list that is being populated by a
Type Merchant(id as int,company as string,city as string)
I can't figure out how to get, for example, the city name from index 2 or the third row of the list.
Any help would be greatly appreciated.
Thank you