Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{introducedin: 8.3}
{description}
{excerpt}Permanently removes the specified PivotTable from the worksheet.{excerpt}
{signature:C#}
 public void Remove(PivotTable pt)
{signature}{signature:vb.net}
Public Sub Remove(ByVal pt As PivotTable)
{signature}
{parameters}
{param:PivotTable}A {{[PivotTable|PivotTable]}} object representing the PivotTable to remove.{param}