[scriptable, uuid(a6cf90b5-15b3-11d2-932e-00805f8add32)]
interface nsIDOMHTMLTableSectionElement : nsIDOMHTMLElement
Attributes
The nsIDOMHTMLTableSectionElement interface is the interface to a [X]HTML thead, tbody, and tfoot element. For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-HTML/ @status FROZEN
attribute
DOMString
align
attribute
DOMString
ch
attribute
DOMString
chOff
readonly attribute
nsIDOMHTMLCollection
rows
attribute
DOMString
vAlign
Methods
void
deleteRow(in long index)
nsIDOMHTMLElement
insertRow(in long index)
Compare to: