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
| exception | condition |
|---|---|
| dOMException | HIERARCHY_REQUEST_ERR: if the element is not a TFOOT. @version DOM Level 2 |
See Also
- class HTMLCollection
- class HTMLTableElement
- package com.aspose.html
- package Aspose.HTML