remove_by_index method

remove_by_index

Deletes the PivotTable at the specified index and delete the PivotTable data

def remove_by_index(self, index):
    ...
ParameterTypeDescription
indexintthe position index in PivotTable collection

See Also