rows property
HTMLCollection
get
rows
The rows
read-only property of the HTMLTableSectionElement
interface returns a live HTMLCollection containing the rows in the
section. The HTMLCollection
is live and is automatically updated when
rows are added or removed.
Implementation
external HTMLCollection get rows;