remove_at method
remove_at
Removes a row at the specified position from a table.
def remove_at(self, first_row_index, with_attached_rows):
...
Parameter | Type | Description |
---|---|---|
first_row_index | int | Index of a row to delete. |
with_attached_rows | bool | True to delete also all attached rows. |
See Also
- class
RowCollection
- module
aspose.slides
- library
Aspose.Slides