WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIDOMHTMLTableRowElement

IID:a6cf90b6-15b3-11d2-932e-00805f8add32
Inherits From:nsIDOMHTMLElement
Status:FROZEN

The nsIDOMHTMLTableRowElement interface is the interface to a [X]HTML tr element.

For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-HTML/


Properties

DOMString align

DOMString bgColor

readonly nsIDOMHTMLCollection cells

DOMString ch

DOMString chOff

readonly PRInt32 rowIndex

readonly PRInt32 sectionRowIndex

DOMString vAlign


Methods

void deleteCell ( PRInt32 index ) nsIDOMHTMLElement insertCell ( PRInt32 index )

void deleteCell ( PRInt32 index )

Arguments:
index

nsIDOMHTMLElement insertCell ( PRInt32 index )

Arguments:
index

Reference documentation is generated from Mozilla's source.