Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: "use PivotTables" should be "use Worksheet.PivotTables" < not in public yet

...

Excerpt

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

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

...