[]
Gets a PivotField object that corresponds to the selected data field.
IPivotField DataField { get; }
ReadOnly Property DataField As IPivotField
IPivotValueCell valueCell = pivotTable.PivotValueCell(0, 0);
IPivotCell pivotCell = valueCell.PivotCell;
IPivotField dataField = pivotCell.DataField;