{introducedin: 8.4}
{description}
{excerpt}Returns the {{[PivotTable]}} with the specified name in the {{[PivotTables|PivotTables]}} collection.{excerpt}
{signature:C#}
 public PivotTable this[System.String name] { get; }
{signature}{signature:vb.net}
Public Default ReadOnly Property Item(ByVal name As String) As PivotTable
{signature}
{parameters}
{param:name}The name of the {{PivotTable}} to retrieve{param}
{returns}The {{PivotTable}} with the specified name.{returns}