HTMLTableRowElement
sealed class HTMLTableRowElement : HTMLElement, IImplClosed, IHtmlTableRowElement, IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, IElementCssInlineStyle
Represents the HTML tr element.
Gets or sets the value of the alignment attribute.
Gets or sets the value of the background color attribute.
Gets the assigned table cells.
Gets the index in the logical order and not in document order.
Gets the index of this row, relative to the current section starting from 0.
Gets or sets the value of the vertical alignment attribute.
Insert an empty TD cell into this row. If index is -1 or equal to the number
of cells, the new cell is appended.
Deletes a cell from the current row.