Returns the pivot table with the specified name in the PivotTables collection.

 public PivotTable this[System.String name] { get; }
Public Default ReadOnly Property Item(ByVal name As String) As PivotTable

The name of the pivot table to retrieve

The pivot table with the specified name.