GetCellText Method (DomTable)
Class
DomTable
.
Action
Returns the content of a cell element.
Syntax
C#
cellText
=
table
.
GetCellText
(
row
,
col
)
VB
cellText
=
table
.
GetCellText
(
row
,
col
)
Variable
Description
cellText
String
.
row
Index of the row.
ItemIdentifier
.
col
Index of the column.
ItemIdentifier
.