IHtmlTableSectionElement
public interface IHtmlTableSectionElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
Represent the base of table section (tbody, thead, tfoot) elements.
Gets the assigned table rows.
Inserts a row into this section. The new row is inserted immediately before the
current indexth row in this section. If index is -1 or equal to the number of
rows in this section, the new row is appended.
Deletes a row from this section.