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.4

...

8.4
Description

Excerpt

Returns the PivotTable with the specified name in the PivotTables collection.

Signature
C#
C#
 public PivotTable this[System.String name] { get; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public Default ReadOnly Property Item(ByVal name As String) As PivotTable
{signature}
{parameters}
{param:name}The name of the {{PivotTable}} to retrieve{param}
{returns}The {{PivotTable}} with the specified name.{returns}
Parameters
Param
name
name

The name of the PivotTable to retrieve

Returns

The PivotTable with the specified name.