TR.cells[] (Collection)

A collection of cells within this row of the table.

Availability:

DOM level - 1
JavaScript - 1.5
JScript - 3.0
Internet Explorer - 4.0
Netscape - 6.0
Property/method value type:Collection object
JavaScript syntax:-myTR.cells

The table.cols value should also be equivalent to table.rows.cells.length value.

See also:TABLE.cols

Property attributes:

ReadOnly.