Does anybody can help me with listview. I have 12 column headers and I want to print (display) the result in certain column only of certain row. For eg: for row 1 I want to display result in column 6 and for second row in column 7.
I am using:
Listview1.items(1).subitems.add(“result”).. this will print in first row and first column.. I want to print this out in 6th column..how can I do that?
I am using:
Listview1.items(1).subitems.add(“result”).. this will print in first row and first column.. I want to print this out in 6th column..how can I do that?