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