did you try using:
This assumes the text will always be in the same cell.
Are you sure there isn't something unique about the text or it's enclosing tags? Font, style, class, id...anything that you can get to identify the object?
Code:
object.GetCellData(row, column)
This assumes the text will always be in the same cell.
Are you sure there isn't something unique about the text or it's enclosing tags? Font, style, class, id...anything that you can get to identify the object?