remove_at method
remove_at(self, index, keep_data)
Deletes the PivotTable at the specified index
def remove_at(self, index, keep_data):
...
| Parameter | Type | Description |
|---|---|---|
| index | int | the position index in PivotTable collection |
| keep_data | bool | Whether to keep the PivotTable data |
See Also
- module
aspose.cells.pivot - class
PivotTableCollection