The nsIDOMHTMLTableRowElement interface is the interface to a [X]HTML tr element. More...
import "nsIDOMHTMLTableRowElement.idl";
Public Member Functions | |
nsIDOMHTMLElement | insertCell (in long index) raises (DOMException) |
void | deleteCell (in long index) raises (DOMException) |
Public Attributes | |
readonly attribute long | rowIndex |
readonly attribute long | sectionRowIndex |
readonly attribute nsIDOMHTMLCollection | cells |
attribute DOMString | align |
attribute DOMString | bgColor |
attribute DOMString | ch |
attribute DOMString | chOff |
attribute DOMString | vAlign |
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/
void nsIDOMHTMLTableRowElement::deleteCell | ( | in long | index | ) | raises (DOMException) |
nsIDOMHTMLElement nsIDOMHTMLTableRowElement::insertCell | ( | in long | index | ) | raises (DOMException) |
attribute DOMString nsIDOMHTMLTableRowElement::align |
attribute DOMString nsIDOMHTMLTableRowElement::bgColor |
readonly attribute nsIDOMHTMLCollection nsIDOMHTMLTableRowElement::cells |
attribute DOMString nsIDOMHTMLTableRowElement::ch |
attribute DOMString nsIDOMHTMLTableRowElement::chOff |
readonly attribute long nsIDOMHTMLTableRowElement::rowIndex |
readonly attribute long nsIDOMHTMLTableRowElement::sectionRowIndex |
attribute DOMString nsIDOMHTMLTableRowElement::vAlign |