DomTable.
Returns the specified cell of a table.
window=table.GetCell(row,col)
Variable | Description |
---|---|
row | The index of the row from which to select the cell. LISTITEM. |
col | The index of the column from which to select the cell. LISTITEM. |
This functionality is supported only if you are using the Open Agent.
WINDOW cell = table.GetCell(2,3)