Represents functions used to summarize the PivotTable data field
public enum PivotFieldFunction
Members
| Member Name | Description | Value |
| Count | The number of data values.This is the default function. | 1 |
| Sum | The sum of the values. | 2 |
| Average | The average of the values. | 3 |
| Max | The largest value. | 4 |
| Min | The smallest value. | 5 |
| Product | The product of the values. | 6 |
Requirements
Namespace: Aspose.Grid.Web.Data
Assembly: Aspose.Grid.Web (in Aspose.Grid.Web.dll)
See Also
Aspose.Grid.Web.Data Namespace