Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Introducedin
8.4
8.4
Description

Excerpt

Returns the PivotTableField with the specified name.

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

The name of the PivotTableField to return.

Returns

The PivotTableField with the specified name.