Enum RuleFilterRecord.FunctionType
Represents the Function types.
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.PivotTable
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum FunctionType
Fields
| Name | Description |
|---|---|
| Average | Represents the Average type. |
| Count | Represents the Count type. |
| CountA | Represents the CountA type. |
| Data | Represents the Data type. |
| Default | Represents the Default type. |
| Max | Represents the Max type. |
| Min | Represents the Min 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. |