Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Wiki Markup
{introducedin: 8.3

...

Description

Excerpt

Permanently removes the specified PivotTable from the worksheet.

Signature
C#C#
}
{description}
{excerpt}Permanently removes the specified PivotTable from the worksheet.{excerpt}
{signature:C#}
 public void Remove(PivotTable pt)
Signature
{signature}{signature:vb.net
vb.net
}
Public Sub Remove(ByVal pt As PivotTable)
Parameters
Param
PivotTablePivotTableA PivotTable object representing the PivotTable to remove.
{signature}
{parameters}
{param:PivotTable}A {{[PivotTable|PivotTable]}} object representing the PivotTable to remove.{param}