HTMLTableSectionElement

Module:
html
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

deleteRow
insertRow

deleteRow


void deleteRow(
    in long index) raises(DOMException); 


insertRow


HTMLElement insertRow(
    in long index) raises(DOMException); 

Member Data

align
ch
chOff
rows
vAlign

align


attribute DOMString align; 


ch


attribute DOMString ch; 


chOff


attribute DOMString chOff; 


rows


readonly attribute HTMLCollection rows; 


vAlign


attribute DOMString vAlign; 

 

Last Updated: 2009-05-29