Mac OS X Reference Library Apple Developer
Search

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; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27