GetRowText Function (DomTable)

Class

DomTable.

Action

Returns the content of all cell elements of a specified row.

Syntax

table.GetRowText (Row)
Variable Description
Row The index of the row that you want to select. LISTITEM.

Notes

DomTableRow

Example

rowText = table.GetRowText(1)
Verify(rowText, {"A","B","C","D"})