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

Returns an IEnumerator for the PivotTables in a Worksheet.

Signature
C#
C#
public IEnumerator GetEnumerator()
Signature
vb.net
vb.net
Public Function GetEnumerator As IEnumerator
Returns

An enumerator for the PivotTables in a Worksheet as a System.Collections.IEnumerator

Example
Code Block
csharp
csharp
titleC#
IEnumerator enumerator = ws.PivotTables.GetEnumerator();
Code Block
vb.net
vb.net
titlevb.net
Dim enumerator as IEnumerator = ws.PivotTables.GetEnumerator()