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 at the specified index.

Signature
C#
C#
 public PivotTableField this[int index] { get; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public Default ReadOnly Property Item(ByVal index As Integer) As PivotTableField
{signature}
{parameters}
{param:index}The 0\-based index of the {{PivotTableField}} to return.{param}
{returns}The {{PivotTableField}} at the specified index.{returns}
Parameters
Param
index
index

The 0-based index of the PivotTableField to return.

Returns

The PivotTableField at the specified index.