Aspose::Cells::Pivot::PivotTableCollection::RemoveAt method
PivotTableCollection::RemoveAt(int32_t) method
Deletes the PivotTable at the specified index and delete the PivotTable data.
void Aspose::Cells::Pivot::PivotTableCollection::RemoveAt(int32_t index)
Parameter | Type | Description |
---|---|---|
index | int32_t | the position index in PivotTable collection |
See Also
- Class Vector
- Class PivotTableCollection
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotTableCollection::RemoveAt(int32_t, bool) method
Deletes the PivotTable at the specified index.
void Aspose::Cells::Pivot::PivotTableCollection::RemoveAt(int32_t index, bool keepData)
Parameter | Type | Description |
---|---|---|
index | int32_t | the position index in PivotTable collection |
keepData | bool | Whether to keep the PivotTable data |
See Also
- Class Vector
- Class PivotTableCollection
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++