GetRow Function

Class

DomTable.

Action

Returns the row object.

Syntax

window = table.GetRow(itemIdentifier)
Variable Description
itemIdentifier The index of the row that you want to select. LISTITEM.

Notes

This functionality is supported only if you are using the Open Agent.

Example

WINDOW row = table.GetRow(1)