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

 public PivotTable this[int index] { get; }
Public Default ReadOnly Property Item(ByVal index As Integer) As PivotTable

The 0-based index of the PivotTable to retrieve.

The PivotTable at the specified index.