DomTable.
Returns the content of all cell elements of a specified row.
table.GetRowText (Row)
rowText = table.GetRowText(1) Verify(rowText, {"A","B","C","D"})