| Module: | |
| Inherits from: | |
| Declared In: | |
Overview
Use the links in the table of contents to the left to access the documentation.
Functions
- deleteCell
- insertCell
void deleteCell(
in long index) raises(DOMException);
HTMLElement insertCell(
in long index) raises(DOMException);
Member Data
- align
- bgColor
- cells
- ch
- chOff
- rowIndex
- sectionRowIndex
- vAlign
attribute DOMString align;
attribute DOMString bgColor;
attribute DOMString chOff;
readonly attribute long rowIndex;
readonly attribute long sectionRowIndex;
attribute DOMString vAlign;
Last Updated: 2009-05-29