Get contents of grid
Hi,
How can I loop through the rows in a grid? I want to check if a row exists in the grid before I add it.
I've tried different variations of getCellText, none seems to work. I've tried getCellProperty("text") - doesn't seem to do anything.
I'm adding rows by using setCellText(row, index).
Any hints anyone?
Cheers
How can I loop through the rows in a grid? I want to check if a row exists in the grid before I add it.
I've tried different variations of getCellText, none seems to work. I've tried getCellProperty("text") - doesn't seem to do anything.
I'm adding rows by using setCellText(row, index).
Any hints anyone?
Cheers
Daniel
February 28,