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)
Parameter | Type | Description |
---|---|---|
pivotTable | const PivotTable& | PivotTable object |
See Also
- Class Vector
- Class PivotTable
- Class PivotTableCollection
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotTableCollection::Remove(const PivotTable&, bool) method
Deletes the specified PivotTable.
void Aspose::Cells::Pivot::PivotTableCollection::Remove(const PivotTable &pivotTable, bool keepData)
Parameter | Type | Description |
---|---|---|
pivotTable | const PivotTable& | PivotTable object |
keepData | bool | Whether to keep the PivotTable data |
See Also
- Class Vector
- Class PivotTable
- Class PivotTableCollection
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++