PivotFieldFunction
PivotFieldFunction enumeration
Represents functions used to summarize the PivotTable data field
[Obsolete("This class is obsolete; use GridPivotFieldFunction instead")]
public enum PivotFieldFunction
Values
Name | Value | Description |
---|---|---|
Count | 1 |
The number of data values.This is the default function. |
Sum | 2 |
The sum of the values. |
Average | 3 |
The average of the values. |
Max | 4 |
The largest value. |
Min | 5 |
The smallest value. |
Product | 6 |
The product of the values. |
Remarks
NOTE: This class is now obsolete. please use GridPivotFieldFunction Instead. This class will be removed after 6 months since Aug. 2014. Aspose apologizes for any inconvenience you may have experienced.
See Also
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb