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
- package com.aspose.html
- package Aspose.HTML