HTMLTableElement.TFoot
HTMLTableElement.TFoot property
Returns the table’s THEAD, or null if none exists.
Returns the table’s TFOOT, or null if none exists. @version DOM Level 2
public HTMLTableSectionElement TFoot { get; }
Exceptions
| exception | condition |
|---|---|
| DOMException | HIERARCHY_REQUEST_ERR: if the element is not a THEAD. @version DOM Level 2 |
See Also
- class HTMLTableSectionElement
- class HTMLTableElement
- namespace Aspose.Html
- assembly Aspose.HTML