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

...

Introducedin
8.3

...

8.3
Description

Excerpt

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

Signature
C#
C#
public void Remove(int position)
{signature}{signature:
}
Signature
vb.net
vb.net
Public Sub Remove(ByVal position As Integer)
{signature}
{parameters}
{param:position}The 
Parameters
Param
position
position

The 0-based

index

of

the

PivotTable

to

remove

from

the

{{[

PivotTables

]}}

collection.

{param}