HTML API
deleteCell
Removes the cell corresponding to index.
Throws an exception when the application cannot find a match for the table row element or the innerHTML is different. See HTML live edit for further information.
tilepieces.core.htmlMatch.deleteCell(HTMLTableRowElement,index);
Parameters
- HTMLTableRowElement
- A table row element
- index
- If index is -1, the last cell of the row is removed. If index is less than -1 or greater than the amount of cells in the collection, a DOMException with the value IndexSizeError is raised.
Return Value
None.