GetCellCount Method (DomTableRow)
Class
DomTableRow
.
Action
Returns the number of cells in this table row.
Syntax
C#
cellCount
=
tableRow
.
GetCellCount
()
VB
cellCount
=
tableRow
.
GetCellCount
()
Variable
Description
cellCount
Integer
.