Name
rows — NN n/a IE 4 DOM n/a
Synopsis
A collection of all
TR elements contained in a single
TABLE, TBODY,
TFOOT, or THEAD element. The
rows collection of a TABLE
element includes all rows of the table, regardless of how
they’re subdivided into row groups. Collection members are
sorted in source code order. Internet Explorer lets you use array
notation or parentheses to access a single row in the collection
(e.g., document.all.myTable.rows[0],
document.all.myTable
.rows
(0)).
Object Model Reference
- IE
document.all.tableOrGroupID.rows(i)document.all.tableOrGroupID.rows[i]
Properties
|
|
Methods
|
|
|
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access