GetCell Method (DomTable)
Class
DomTable
.
Action
Returns the specified cell.
Syntax
C#
cell
=
table
.
GetCell
(
row
,
col
)
VB
cell
=
table
.
GetCell
(
row
,
col
)
Variable
Description
cell
DomElement
.
row
Index of the row.
ItemIdentifier
.
col
Index of the column.
ItemIdentifier
.