Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Wiki Markup
{introducedin: 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#
}{description}
{excerpt}The {{[EW8:PivotTables]}} collection represents the set of PivotTables in a worksheet. To return a PivotTables collection, use {{[EW8:PivotTables]}}.{excerpt}
{signature: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)
Properties

...

Name

...

Description

...

Count

...

Indexers

...

Name

...

Description

...

Item(Int32)

...

{signature}
{properties}
|| Name || Description ||
| [Count|PivotTables.Count] | {excerpt-include:PivotTables.Count|nopanel=true} |
{indexers}
|| Name || Description ||
| [Item(Int32)|PivotTables.Item(Int32)

...

] | {excerpt-include:PivotTables.Item(Int32)

...

|nopanel

...

=true} |
| [Item(String)

...

|PivotTables.Item(String)

...

] | {excerpt-include:PivotTables.Item(String)

...

|nopanel

...

Methods

...

Name

...

Description

=true} |
{methods}
|| Name || Description ||
| [CreatePivotTable(Area, Int32, Int32)

...

|PivotTables.CreatePivotTable(Area, Int32, Int32)

...

] | {excerpt-include:PivotTables.CreatePivotTable(Area, Int32, Int32)

...

|nopanel

...

=true} |
| [CreateConsolidatedPivotTable(IEnumerable, Int32, Int32)

...

|PivotTables.CreateConsolidatedPivotTable(IEnumerable, Int32, Int32)

...

] | {excerpt-include:PivotTables.CreateConsolidatedPivotTable(IEnumerable, Int32, Int32)

...

|nopanel

...

=true} |
| [GetEnumerator()

...

|PivotTables.GetEnumerator()

...

] | {excerpt-include:PivotTables.GetEnumerator()

...

|nopanel

...

=true} |