{introducedin: 8.4}
{description}
{excerpt}Returns the {{[PivotTable]}} at the specified 0-based position in the {{[PivotTables|PivotTables]}} collection.{excerpt}
{signature:C#}
 public PivotTable this[int index] { get; }
{signature}{signature:vb.net}
Public Default ReadOnly Property Item(ByVal index As Integer) As PivotTable
{signature}
{parameters}
{param:index}The 0-based index of the {{PivotTable}} to retrieve.{param}
{returns}The {{PivotTable}} at the specified index.{returns}