Aspose::Cells::Pivot::PivotTableCollection::Remove method

PivotTableCollection::Remove(const PivotTable&) method

Deletes the specified PivotTable and delete the PivotTable data.

void Aspose::Cells::Pivot::PivotTableCollection::Remove(const PivotTable &pivotTable)
ParameterTypeDescription
pivotTableconst PivotTable&PivotTable object

See Also

PivotTableCollection::Remove(const PivotTable&, bool) method

Deletes the specified PivotTable.

void Aspose::Cells::Pivot::PivotTableCollection::Remove(const PivotTable &pivotTable, bool keepData)
ParameterTypeDescription
pivotTableconst PivotTable&PivotTable object
keepDataboolWhether to keep the PivotTable data

See Also