{introducedin: 8.3}
{description}
{excerpt}Permanently removes the PivotTable at the specified position from the worksheet.{excerpt}
{signature:C#}
public void Remove(int position)
{signature}{signature:vb.net}
Public Sub Remove(ByVal position As Integer)
{signature}
{parameters}
{param:position}The 0-based index of the PivotTable to remove from the {{[PivotTables]}} collection. {param}