delete_cell method
delete_cell
Delete a cell from the current row.
def delete_cell(self, index):
...
Parameter | Type | Description |
---|---|---|
index | int | The index of the cell to delete, starting from 0. If the index is -1 the last cell in the row is deleted. |
Exceptions
Exception | Description |
---|---|
DOMException | INDEX_SIZE_ERR: Raised if the specified index is greaterthan or equal to the number of cells or if the index is a negative number other than -1. @version DOM Level 2 |
See Also
- module
aspose.html
- class
DOMException
- class
HTMLTableRowElement