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
Wiki Markup
{introducedin: 8.4}
{description}
{excerpt}Returns the {{PivotTableField}} with the specified name.
{excerpt}
{signature:C#}
 public PivotTableField this[String name] { get; }
{signature}{signature:vb.net}
Public Default ReadOnly Property Item(ByVal name As String) As PivotTableField
{signature}
{parameters}
{param:name}The name of the {{PivotTableField}} to return.{param}
{returns}The {{PivotTableField}} with the specified name.{returns}