Linux Mac OSX Windows
 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/

 @status FROZEN
[scriptable, uuid(a6cf90b6-15b3-11d2-932e-00805f8add32)]
interface nsIDOMHTMLTableRowElement : nsIDOMHTMLElement

Attributes


        
attribute DOMString align

        
attribute DOMString bgColor

        
readonly attribute nsIDOMHTMLCollection cells

        
attribute DOMString ch

        
attribute DOMString chOff

        
readonly attribute long rowIndex

        
readonly attribute long sectionRowIndex

        
attribute DOMString vAlign

Methods


        
void deleteCell(in long index)

        
nsIDOMHTMLElement insertCell(in long index)