delete_row method
delete_row
Delete a row from this section.
def delete_row(self, index):
...
Parameter | Type | Description |
---|---|---|
index | int | The index of the row to be deleted, or -1 to delete the last row. This index starts from 0 and is relative only to the rows contained inside this section, not all the rows in the table. |
Exceptions
Exception | Description |
---|---|
DOMException | INDEX_SIZE_ERR: Raised if the specified index is greater than or equal to the number of rows or if the index is a negative number other than -1. @version DOM Level 2 |
See Also
- module
aspose.html
- class
DOMException
- class
HTMLTableSectionElement