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

[DefaultMember("Item")]
 public sealed class PivotTables: System.Collections.Generic.IEnumerable<PivotTables>
<DefaultMember("Item")> _
	Public NotInheritable Class PivotTables
		Implements System.Collections.Generic.IEnumerable(Of PivotTable)

Name

Description

Count

Name

Description

Item(Int32)

Item(String)

Name

Description

CreatePivotTable(Area, Int32, Int32)

CreateConsolidatedPivotTable(IEnumerable, Int32, Int32)

GetEnumerator()