Getting a item Out From List View

jacky2cool

Newcomer
Joined
Oct 14, 2004
Messages
2
Can anyone help by telling me on how to retrieve a single item out from a listview, for example row 3 column 3 item.?
 
Dim S As String = Me.ListView1.Items(row).SubItems(col).Text

The items represent each actual row or block of info.
Each item has a collection of subitems.
:)
 
Back
Top