DomTable.
Returns the content of all cell elements of a specified row.
table.GetRowText (Row)
Variable | Description |
---|---|
Row | The index of the row that you want to select. LISTITEM. |
rowText = table.GetRowText(1) Verify(rowText, {"A","B","C","D"})