TOC PREV NEXT INDEX

Put your logo here!


rows


rows returns a collection of the rows in the table.

Syntax

rows = table.rows 

Parameters

rows is an HTMLCollection.

Example

myrows = mytable.rows; 

Notes

The collection returned by this property includes the THEAD and TFOOT and TBODY elements, if any, on the current table.

Specification

rows


mozilla DOM project | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX