PivotTableCollection.Remove
Remove(PivotTable)
Deletes the specified PivotTable and delete the PivotTable data
public void Remove(PivotTable pivotTable)
Parameter | Type | Description |
---|---|---|
pivotTable | PivotTable | PivotTable object |
See Also
- class PivotTable
- class PivotTableCollection
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells
Remove(PivotTable, bool)
Deletes the specified PivotTable
public void Remove(PivotTable pivotTable, bool keepData)
Parameter | Type | Description |
---|---|---|
pivotTable | PivotTable | PivotTable object |
keepData | Boolean | Whether to keep the PivotTable data |
See Also
- class PivotTable
- class PivotTableCollection
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells