Page tree

Versions Compared

Key

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

Excerpt

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

Signature
C#
C#
[DefaultMember("Item")]
 public sealed class PivotTables: System.Collections.Generic.IEnumerable<PivotTables>
Signature
vb.net
vb.net
<DefaultMember("Item")> _
	Public NotInheritable Class PivotTables
		Implements System.Collections.Generic.IEnumerable(Of PivotTable)
Introducedin
8.3
8.3
Remarks