Hi;
I'm not sure about how I can retrieve the information from a listitem's 3rd column cell. EG:
____________________________
|Col 1 |Col 2 | Col 3 |
----------------------------
| Red | Blue | Green |
----------------------------
|Purple | Yellow| Magenta|
----------------------------
|White |Orange | Black |
----------------------------
| Red |Pearl | Cherry |
----------------------------
In order to retrieve the value "Black", in row 3 col3, I suppose I could use the old-fashioned method and loop through the columns of each row, but is there an easier way?
Thanks
jbsys
I'm not sure about how I can retrieve the information from a listitem's 3rd column cell. EG:
____________________________
|Col 1 |Col 2 | Col 3 |
----------------------------
| Red | Blue | Green |
----------------------------
|Purple | Yellow| Magenta|
----------------------------
|White |Orange | Black |
----------------------------
| Red |Pearl | Cherry |
----------------------------
In order to retrieve the value "Black", in row 3 col3, I suppose I could use the old-fashioned method and loop through the columns of each row, but is there an easier way?
Thanks
jbsys