HTMLTableRowElement

Module:
html
Inherits from:
Declared In:

Overview

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



Functions

deleteCell
insertCell

deleteCell


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


insertCell


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

Member Data

align
bgColor
cells
ch
chOff
rowIndex
sectionRowIndex
vAlign

align


attribute DOMString align; 


bgColor


attribute DOMString bgColor; 


cells


readonly attribute HTMLCollection cells; 


ch


attribute DOMString ch; 


chOff


attribute DOMString chOff; 


rowIndex


readonly attribute long rowIndex; 


sectionRowIndex


readonly attribute long sectionRowIndex; 


vAlign


attribute DOMString vAlign; 

 

Last Updated: 2009-05-29