Returns the PivotTableField with the specified name.

 public PivotTableField this[String name] { get; }
Public Default ReadOnly Property Item(ByVal name As String) As PivotTableField

The name of the PivotTableField to return.

The PivotTableField with the specified name.