IHtmlTableRowElement
public interface IHtmlTableRowElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IGlobalEventHandlers
Represents the tr HTML element.
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.
Insert an empty TD or TH 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.