IHtmlTableElement
public interface IHtmlTableElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IGlobalEventHandlers
Represents the table HTML element.
Gets the assigned body sections.
Gets or sets the border attribute.
Gets or sets the assigned caption element.
Gets or sets the assigned foot section.
Gets or sets the assigned head section.
Gets the assigned table rows.
Creates a new table body section.
Creates a new table caption object or returns the existing one.
Creates a table footer section or returns an existing one.
Creates a new table header section or returns the existing one.
void DeleteCaption()
Deletes the table caption, if one exists.
void DeleteFoot()
Deletes the footer from the table, if one exists.
void DeleteHead()
Deletes the header from the table, if one exists.
Inserts a new empty row in the table. The new row is inserted immediately before
and in the same section as the current indexth row in the table. If index is -1
or equal to the number of rows, the new row is appended. In addition, when the
table is empty the row is inserted into a TBODY which is created and inserted
into the table.
Deletes a table row.