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 the PivotTable at the specified 0-based position in the PivotTables collection.

Signature
C#
C#
 public PivotTable this[int index] { get; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public Default ReadOnly Property Item(ByVal index As Integer) As PivotTable
{signature}
{parameters}
{param:index}The 
Parameters
Param
index
index

The 0-based

index

of

the

{{

PivotTable

}}

to

retrieve.

{param} {returns}The {{PivotTable}} at the specified index.{returns}

Returns

The PivotTable at the specified index.