Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Wiki Markup
{introducedin: 8.4

...

Description

Excerpt

Returns the PivotTableField with the specified name.

Signature
C#C#
}
{description}
{excerpt}Returns the {{PivotTableField}} with the specified name.
{excerpt}
{signature:C#}
 public PivotTableField this[String name] { get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Default ReadOnly Property Item(ByVal name As String) As PivotTableField
Parameters
Param
namename

The name of the PivotTableField to return.

Returns
The PivotTableField with the specified name.
{signature}
{parameters}
{param:name}The name of the {{PivotTableField}} to return.{param}
{returns}The {{PivotTableField}} with the specified name.{returns}