Returns the pivot table 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 pivot table to retrieve.

The pivot table at the specified index.