Edit

Excel.AggregationFunction enum

Aggregation function for the DataPivotHierarchy.

Remarks

[Api set: ExcelApi 1.8]

Fields

automatic = "Automatic"

Excel will automatically select the aggregation based on the data items.

  • [Api set: ExcelApi 1.8]
average = "Average"

Aggregate using the average of the data, equivalent to the AVERAGE function.

  • [Api set: ExcelApi 1.8]
count = "Count"

Aggregate using the count of items in the data, equivalent to the COUNTA function.

  • [Api set: ExcelApi 1.8]
countNumbers = "CountNumbers"

Aggregate using the count of numbers in the data, equivalent to the COUNT function.

  • [Api set: ExcelApi 1.8]
max = "Max"

Aggregate using the maximum value of the data, equivalent to the MAX function.

  • [Api set: ExcelApi 1.8]
min = "Min"

Aggregate using the minimum value of the data, equivalent to the MIN function.

  • [Api set: ExcelApi 1.8]
product = "Product"

Aggregate using the product of the data, equivalent to the PRODUCT function.

  • [Api set: ExcelApi 1.8]
standardDeviation = "StandardDeviation"

Aggregate using the standard deviation of the data, equivalent to the STDEV function.

  • [Api set: ExcelApi 1.8]
standardDeviationP = "StandardDeviationP"

Aggregate using the standard deviation of the data, equivalent to the STDEVP function.

  • [Api set: ExcelApi 1.8]
sum = "Sum"

Aggregate using the sum of the data, equivalent to the SUM function.

  • [Api set: ExcelApi 1.8]
unknown = "Unknown"

Aggregation function is unknown or unsupported.

  • [Api set: ExcelApi 1.8]
variance = "Variance"

Aggregate using the variance of the data, equivalent to the VAR function.

  • [Api set: ExcelApi 1.8]
varianceP = "VarianceP"

Aggregate using the variance of the data, equivalent to the VARP function.

  • [Api set: ExcelApi 1.8]