Returns the PivotTableField at the specified index.

 public PivotTableField this[int index] { get; }
Public Default ReadOnly Property Item(ByVal index As Integer) As PivotTableField

The 0-based index of the PivotTableField to return.

The PivotTableField at the specified index.