remove_at method

remove_at(self, index, keep_data)

Deletes the PivotTable at the specified index


def remove_at(self, index, keep_data):
    ...
ParameterTypeDescription
indexintthe position index in PivotTable collection
keep_databoolWhether to keep the PivotTable data

See Also