Action
Returns the content of a cell element.
Availability
This functionality is supported only if you are using the Open Agent.
Syntax
cellText = table.GetCellText(row,col)
Variable
|
Description
|
cellText
|
STRING.
|
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.
|
Example
cellText = table.GetCellText(1, 4)
Verify(cellText, "D")