Back to Devexpress

PivotField.SubtotalType Property

officefileapi-devexpress-dot-spreadsheet-dot-pivotfield-88ca0d2d.md

latest1.9 KB
Original Source

PivotField.SubtotalType Property

Gets the type of subtotals displayed for the PivotTable field.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
PivotSubtotalType SubtotalType { get; }
vb
ReadOnly Property SubtotalType As PivotSubtotalType

Property Value

TypeDescription
PivotSubtotalType

A PivotSubtotalType enumeration value specifying the subtotal type.

|

Available values:

NameDescription
Automatic

Indicates that the default summary function is used to calculate subtotals for a field.

| | None |

Indicates that subtotals are not calculated for a field.

| | Custom |

Indicates that a custom function from the PivotSubtotalFunctions enumeration is used to calculate subtotals.

|

Remarks

The value returned by the SubtotalType property is relevant only for the outer row and column fields.

See Also

PivotField Interface

PivotField Members

DevExpress.Spreadsheet Namespace