PivotTableCollection.RemoveAt

RemoveAt(int)

Deletes the PivotTable at the specified index and delete the PivotTable data

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32the position index in PivotTable collection

See Also


RemoveAt(int, bool)

Deletes the PivotTable at the specified index

public void RemoveAt(int index, bool keepData)
ParameterTypeDescription
indexInt32the position index in PivotTable collection
keepDataBooleanWhether to keep the PivotTable data

See Also