HtmlTableElement
sealed class HtmlTableElement : HtmlElement, IHtmlTableElement, IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
Represents the HTML table element.
Gets or sets the value of the alignment attribute.
Gets an enumeration over all rows of the table.
Gets or sets the value of the background color attribute.
Gets the assigned body sections.
Gets or sets the value of the border attribute.
Gets or sets the assigned caption element.
Gets or sets the value of the cellpadding (padding within a cell)
attribute.
Gets or sets the value of the cellspacing (spacing between the
cells) attribute.
Gets or sets the assigned foot section.
Gets or sets the value of the frame attribute.
Gets or sets the assigned head section.
Gets the assigned table rows.
Gets or sets the value of the rules attribute.
Gets or sets the value of the summary attribute.
Gets or sets the value of the width attribute.
Creates a new table body and appends it.
Create a new table caption object or return an existing one.
Create a table footer row or return an existing one.
Create a table header row or return an existing one.
Delete the table caption, if one exists.
Delete the footer from the table, if one exists.
Delete 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 index-th
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.