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.

nsIDOMHTMLTableSectionElement

IID:a6cf90b5-15b3-11d2-932e-00805f8add32
Inherits From:nsIDOMHTMLElement

Properties

DOMString align

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/

DOMString ch

DOMString chOff

readonly nsIDOMHTMLCollection rows

DOMString vAlign


Methods

void deleteRow ( PRInt32 index ) nsIDOMHTMLElement insertRow ( PRInt32 index )

void deleteRow ( PRInt32 index )

Arguments:
index

nsIDOMHTMLElement insertRow ( PRInt32 index )

Arguments:
index

References

This interface is the type of the following properties:

nsIDOMHTMLTableElement.tFoot, nsIDOMHTMLTableElement.tHead

Reference documentation is generated from Mozilla's source.