PivotFieldSubtotalType

PivotFieldSubtotalType enumeration

Sammanfattningsbeskrivning för PivotFieldSubtotalType.

public enum PivotFieldSubtotalType

Värderingar

namnVärdeBeskrivning
None0Representerar ingen subtotaltyp.
Automatic1Representerar automatisk delsummatyp.
Sum2Representerar summa subtotal typ.
Count4Representerar Count subtotal typ.
Average8Representerar genomsnittlig delsummatyp.
Max16Representerar Max subtotal typ.
Min32Representerar Min subtotal typ.
Product64Representerar produktsubtotaltyp.
CountNums128Representerar Count Nums subtotaltyp.
Stdev256Representerar Stdev subtotal typ.
Stdevp512Representerar Stdevp-subtotaltyp.
Var1024Representerar Var subtotal typ.
Varp2048Representerar varp subtotal typ.

Se även