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