rows property
HTMLCollection
get
rows
The read-only HTMLTableElement
property rows returns a live
HTMLCollection of all the rows in the table, including the rows
contained within any thead, tfoot, and
tbody elements.
Although the property itself is read-only, the returned object is live and allows the modification of its content.
Implementation
external HTMLCollection get rows;