Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
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.