I have a listview and two column headers inside the listview control.
I need help in displaying the index i.e. from first to last value of the columnheader2. I am able to display the text from columnheader1 by using listview1.items(0).text. Displays the text in the first column.