AvailabilityDOM Level 1 HTML Synopsisvoid deleteCell(long index) throws DOMException; Arguments
ThrowsThis 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. DescriptionThis method deletes the cell at the specified position in the table row. |