GetCell Method (DomTable)

Class

DomTable.

Action

Returns the specified cell.

Syntax

cell = table.GetCell(row, col)
Variable Description
cell DomElement.
row Index of the row. ItemIdentifier.
col Index of the column. ItemIdentifier.