Getting Last Item's Value...

  • Thread starter Thread starter Jozef Jarosciak
  • Start date Start date
J

Jozef Jarosciak

Hey guys,
I have a listview with 7 collumns and I need to retrieve value from the
first line and its 7th collumn.
Is there an easy way to retrieve it?
Thanks,
Joe
 
Jozef Jarosciak said:
I have a listview with 7 collumns and I need to retrieve value from the
first line and its 7th collumn.
Is there an easy way to retrieve it?

\\\
Dim s As String = Me.ListView1.Items(100).SubItems(6).Text
///
 
Herfried,
you have helped me couple of times already.
Very much appreciated.
Joe
 

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

Back
Top