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}{signature:
}
Signature
vb.net
vb.net
<DefaultMember("Item")> _
	Public NotInheritable Class PivotTables
		Implements System.Collections.Generic.IEnumerable(Of PivotTable)
{signature}
{properties}
|| Name || Description ||
| [Count|PivotTables.Count] | {excerpt-include:PivotTables.Count|nopanel=true} |
{indexers}
|| Name || Description ||
| [Item(Int32)|
Properties

Name

Description

Count

Excerpt Include
PivotTables.Count
PivotTables.Count
nopaneltrue
Indexers

Name

Description

Item(Int32)

Excerpt Include
PivotTables.Item(Int32)

...

PivotTables.Item(Int32)

...

nopanel

...

...

Excerpt Include
PivotTables.Item(String)

...

PivotTables.Item(String)

...

nopanel

...

true
Methods

Name

Description

CreatePivotTable(Area,

...

...

...

Excerpt Include
PivotTables.CreatePivotTable(Area,

...

Int32,

...

Int32)

...

PivotTables.CreatePivotTable(Area,

...

Int32,

...

Int32)

...

nopanel

...

...

...

...

Excerpt Include
PivotTables.CreateConsolidatedPivotTable(IEnumerable,

...

Int32,

...

Int32)

...

PivotTables.CreateConsolidatedPivotTable(IEnumerable,

...

Int32,

...

Int32)

...

nopanel

...

...

Excerpt Include
PivotTables.GetEnumerator()

...

PivotTables.GetEnumerator()

...

nopanel

...

true

...