Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Description

Excerpt

Returns the pivot table at the specified 0-based position in the PivotTables collection.

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

The 0-based index of the pivot table to retrieve. To determine a pivot table's index, use PivotTable.Position.

Returns

The pivot table at the specified index.