Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Introducedin
8.3
8.3
Description

Excerpt

The PivotTables collection represents the set of pivot tables PivotTables in a worksheet. To return a PivotTables collection, use PivotTables.

Signature
C#
C#
[DefaultMember("Item")]
 public sealed class PivotTables: System.Collections.Generic.IEnumerable<PivotTables>

...