How do I get data from multicolumn ListView

N

nsteele84

Hi

I have the following code for a 3 column listview:

intNumItemsSelected = lstPieceMark.SelectedItems.Count

For intCount = 0 To intNumItemsSelected - 1
strPieceMark = lstPieceMark.SelectedItems.Item(intCount).Text
Next

This returns the data in the first column. How do I get the data in
the next two columns also?

Thanks

Nick Steele
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top