Enum PivotSubtotalTypes
Represents the Subtotal types.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
[Flags]
public enum PivotSubtotalTypes
Fields
Name | Description |
---|---|
Average | Represents the Average type. |
Count | Represents the Count type. |
Counta | Represents the Counta type. |
Default | Represents the Default type. |
Max | Represents the Max type. |
Min | Represents the Min type. |
None | Represents the None type. |
Product | Represents the Product type. |
Stdev | Represents the Stdev type. |
Stdevp | Represents the Stdevp type. |
Sum | Represents the Sum type. |
Var | Represents the Var type. |
Varp | Represents the Varp type. |