DomTable.
Returns the row object.
window = table.GetRow(itemIdentifier)
Variable | Description |
---|---|
itemIdentifier | The index of the row that you want to select. LISTITEM. |
This functionality is supported only if you are using the Open Agent.
WINDOW row = table.GetRow(1)