Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Description

Excerpt

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

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

The name of the pivot table to retrieve

Returns

The pivot table with the specified name.