IHtmlTableCellElement
public interface IHtmlTableCellElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
Reprsents the base for td / th HTML element.
Gets or sets the number of columns spanned by cell.
Gets or sets the list of id attribute values for header cells.
Gets the index of this cell in the row, starting from 0.
This index is in document tree order and not display order.
Gets or sets the number of rows spanned by cell.