ZVON > References > DOM2 Reference

HTMLTableRowElement (interface )


Own properties:
attributes  -  align, bgColor, cells, ch, chOff, rowIndex, sectionRowIndex, vAlign
methods  -  deleteCell, insertCell

Inherited properties:
This interface inherits all properties from HTMLElement, the generic interface for all element interfaces in DOM HTML, which itself inherits all properties from DOM Core interface Element and thus also Node.

Description:
A row in a table. See the TR element definition in HTML 4.01.