GetRowText Method (DomTable)
Class
DomTable
.
Action
Returns the content of all cell elements of a specified row.
Syntax
C#
rowText
=
table
.
GetRowText
(
row
)
VB
rowText
=
table
.
GetRowText
(
row
)
Variable
Description
rowText
List(Of
String
)
.
row
Index of the row.
ItemIdentifier
.