[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotCell.CustomSubtotalFunction

CustomSubtotalFunction Property

CustomSubtotalFunction

Gets the custom subtotal function field setting of a PivotCell object.

Declaration
ConsolidationFunction CustomSubtotalFunction { get; }
ReadOnly Property CustomSubtotalFunction As ConsolidationFunction
Examples
IPivotValueCell valueCell = pivotTable.PivotValueCell(0, 0);
IPivotCell pivotCell = valueCell.PivotCell;
ConsolidationFunction function = pivotCell.CustomSubtotalFunction;