August 2006
Intermediate to advanced
1018 pages
34h 13m
English
TableRow.deleteCell( ): delete a cell in a table row — DOM Level 2 HTML
void deleteCell(longindex)
throws DOMException;index
The position in the row of the cell to delete.
This method throws a DOMException with a code of INDEX_SIZE_ERR if
index is less than zero or is greater
than or equal to the number of cells in the row.
This method deletes the cell at the specified position in the table row.
Read now
Unlock full access