TBODY.rows[] (Collection)

A collection of objects, each one containing a description of a row described by a <TR> tag.

Availability:

DOM level - 1
JavaScript - 1.5
JScript - 3.0
Internet Explorer - 4.0
Netscape - 6.0
JavaScript syntax:-myTBODY.rows

This is not necessarily the same as the rows collection returned from a TABLE object. That is because the rows[] collection belonging to a TBODY object can only list those TR objects that are contained within the <TBODY> tags.

See also:Collection object, TABLE.cells[], TABLE.cols, TABLE.rows[], TFOOT.rows[], THEAD.rows[], TR.rowIndex

Property attributes:

ReadOnly.