Enum PivotFieldFunction

PivotFieldFunction enumeration

Represents functions used to summarize the PivotTable data field

[Obsolete("This class is obsolete; use GridPivotFieldFunction instead")]
public enum PivotFieldFunction

Values

NameValueDescription
Count1The number of data values.This is the default function.
Sum2The sum of the values.
Average3The average of the values.
Max4The largest value.
Min5The smallest value.
Product6The 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