Forum Discussion
tristaanogre
8 years agoEsteemed Contributor
Use a for loop, from 0 to grid.Rows -1, each time through the loop, compare the contentText of the contents of the column for that row to the desired contentText. If you find what you're looking for, click on that row and then break out of your for loop.