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)
ParameterTypeDescription
indexint32_tthe position index in PivotTable collection

See Also

PivotTableCollection::RemoveAt(int32_t, bool) method

Deletes the PivotTable at the specified index.

void Aspose::Cells::Pivot::PivotTableCollection::RemoveAt(int32_t index, bool keepData)
ParameterTypeDescription
indexint32_tthe position index in PivotTable collection
keepDataboolWhether to keep the PivotTable data

See Also