Enum DataConsolidationInfoRecord.FunctionTypes
Function types.
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.PivotTable
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum FunctionTypes
Fields
Name | Description |
---|---|
Average | Represents the Average function type. |
Count | Represents the Count function type. |
CountNums | Represents the CountNums function type. |
Max | Represents the Max function type. |
Min | Represents the Min function type. |
Product | Represents the Product function type. |
StdDev | Represents the StdDev function type. |
StdDevp | Represents the StdDevp function type. |
Sum | Represents the Sum function type. |
Var | Represents the Var function type. |
Varp | Represents the Varp function type. |