Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+
Row

PivotField.SubtotalFunctions Property

Gets the function(s) used to subtotal the PivotTable field.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

PivotSubtotalFunctions SubtotalFunctions { get; }

Property Value

Type Description
PivotSubtotalFunctions

The PivotSubtotalFunctions enumeration members representing one or more functions used to calculate subtotals for the current field.

Remarks

The value returned by the SubtotalFunctions property is relevant only when the specified PivotField is an outer row or column field.

See Also