[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotCell.PivotField

PivotField Property

PivotField

Gets a PivotField object that represents the PivotTable field that contains the upper-left corner of the specified range.

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