Hi All,
I have a tableview with 4 standard columns. The size (in rows) may change from time to time.
Is it possible to put the values of each column to four lists??
For example:
Header: A | B | C | D
Lines: 1 2 3 4
5 6 7 8
I want to place in lists the values as below
list1: 1,5
list2: 2,6
list3: 3,7
list4: 4,8
Thanks
I have a tableview with 4 standard columns. The size (in rows) may change from time to time.
Is it possible to put the values of each column to four lists??
For example:
Header: A | B | C | D
Lines: 1 2 3 4
5 6 7 8
I want to place in lists the values as below
list1: 1,5
list2: 2,6
list3: 3,7
list4: 4,8
Thanks