GridPivotTableCollection.RemoveAt

RemoveAt(int)

Remove the PivotTable at the specified index.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32The zero based index of the element.

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