GetCell Function (DomTable)

Class

DomTable.

Action

Returns the specified cell of a table.

Syntax

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.

Notes

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

Example

WINDOW cell = table.GetCell(2,3)