GetCellText Method (DomTable)

Class

DomTable.

Action

Returns the content of a cell element.

Syntax

cellText = table.GetCellText(row, col)
Variable Description
cellText String.
row Index of the row. ItemIdentifier.
col Index of the column. ItemIdentifier.