Permanently removes the PivotTable at the specified position from the worksheet.

public void Remove(int position)
Public Sub Remove(ByVal position As Integer)

The 0-based index of the PivotTable to remove from the PivotTables collection.