Profile Picture

iterate NTreeList

Posted By Vince McMullin 14 Years Ago
Author
Message
Vince McMullin
Posted 14 Years Ago
View Quick Profile
Junior Member

Junior Member (18 reputation)Junior Member (18 reputation)Junior Member (18 reputation)Junior Member (18 reputation)Junior Member (18 reputation)Junior Member (18 reputation)Junior Member (18 reputation)Junior Member (18 reputation)Junior Member (18 reputation)

Group: Forum Members
Last Active: 7 Years Ago
Posts: 18, Visits: 2
Hello,

I wish to iterate through the NTreeList and collect a particular subitem for each row.

With a listview I did something like this:
'For Each lvItem As ListViewItem In ListView3.Items
' pmStationList.Add(lvItem.SubItems(1).Text)
'Next

I am not sure about the NTreeList

Any ideas?


Threaded View



Similar Topics


Reading This Topic