HTMLTableElement.Rows

HTMLTableElement.Rows property

Returns the table’s TFOOT, or null if none exists.

Returns a collection of all the rows in the table, including all in THEAD, TFOOT, all TBODYelements.

public HTMLCollection Rows { get; }

Exceptions

exceptioncondition
DOMExceptionHIERARCHY_REQUEST_ERR: if the element is not a TFOOT. @version DOM Level 2

See Also