[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotCell.DataField

DataField Property

DataField

Gets a PivotField object that corresponds to the selected data field.

Declaration
IPivotField DataField { get; }
ReadOnly Property DataField As IPivotField
Examples
IPivotValueCell valueCell = pivotTable.PivotValueCell(0, 0);
IPivotCell pivotCell = valueCell.PivotCell;
IPivotField dataField = pivotCell.DataField;