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

The PivotTables collection represents the set of 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>
Signature
vb.net
vb.net
<DefaultMember("Item")> _
	Public NotInheritable Class PivotTables
		Implements System.Collections.Generic.IEnumerable(Of PivotTable)
Properties

Name

Description

Count

Excerpt Include
PivotTables.Count
PivotTables.Count
nopaneltrue
Indexers

Name

Description

Item(Int32)

Excerpt Include
PivotTables.Item(Int32)
PivotTables.Item(Int32)
nopaneltrue

Item(String)

Excerpt Include
PivotTables.Item(String)
PivotTables.Item(String)
nopaneltrue
Methods

Name

Description

CreatePivotTable(Area, Int32, Int32)

Excerpt Include
PivotTables.CreatePivotTable(Area, Int32, Int32)
PivotTables.CreatePivotTable(Area, Int32, Int32)
nopaneltrue

CreateConsolidatedPivotTable(IEnumerable, Int32, Int32)

Excerpt Include
PivotTables.CreateConsolidatedPivotTable(IEnumerable, Int32, Int32)
PivotTables.CreateConsolidatedPivotTable(IEnumerable, Int32, Int32)
nopaneltrue

GetEnumerator()

Excerpt Include
PivotTables.GetEnumerator()
PivotTables.GetEnumerator()
nopaneltrue