Message-ID: <244340888.8391.1711644523551.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8390_583043507.1711644523551" ------=_Part_8390_583043507.1711644523551 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html PivotTables.Item(String)

PivotTables.Item(String)

Introduced in build 8.4

=20

Description

=20

Returns the PivotTable with the specified name in the PivotTables collection.

=20
C#
=20
 public PivotTable this[System.String name] { get; }
=20
=20
vb.net
=20
Public Default ReadOnly Property Item(ByVal name As String) As PivotTable
=20
=20

Parameters

=20
name
The name of the=20 PivotTable to retrieve=20

Returns

The=20 PivotTable with the specified name.
------=_Part_8390_583043507.1711644523551--