@univerjs-pro/engine-pivot v0.5.0-beta.1 • Docs
Enumeration: PivotSubtotalTypeEnum
Enum for pivot table subtotal types.
Enumeration Members
Enumeration Member | Value | Description | Defined in |
---|---|---|---|
average | 1 | - the average of the values | types/enum.ts:10 |
count | 2 | - the count of the values | types/enum.ts:14 |
countNums | 3 | - the count of the numbers in the values | types/enum.ts:18 |
max | 4 | - the maximum value in the values | types/enum.ts:22 |
min | 5 | - the minimum value in the values | types/enum.ts:26 |
product | 6 | - the product of the values | types/enum.ts:30 |
stdDev | 7 | - the standard deviation of the values | types/enum.ts:34 |
stdDevp | 8 | - the population standard deviation of the values | types/enum.ts:38 |
sum | 9 | - the sum of the values | types/enum.ts:42 |
var | 10 | - the variance of the values | types/enum.ts:46 |
varp | 11 | - the population variance of the values | types/enum.ts:50 |