Returns the PivotTable 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 PivotTable to retrieve

The PivotTable with the specified name.