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.34
8.34
Description

Excerpt

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

Signature
C#
C#
 public PivotTable this[System.String name] { get; }

...

Param
name
name

The name of the pivot table PivotTable to retrieve

Returns

The pivot table PivotTable with the specified name.