Gets the contents of the row.
'Declaration Public ReadOnly Property TableCells As TableCellCollection
public TableCellCollection TableCells {get;}
A TableCellCollection containing the contents of the row.
There is one cell per column in a table.
TableRow Class TableRow Members