Click or drag to resize

SubtotalTypes Enumeration

Represents theSubtotal types.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum SubtotalTypes
Members
Member name Value Description
None 0 Represents the None type.
Default 1 Represents the Default type.
Sum 2 Represents the Sum type.
Counta 4 Represents the Counta type.
Average 8 Represents the Average type.
Max 16 Represents the Max type.
Min 32 Represents the Min type.
Product 64 Represents the Product type.
Count 128 Represents the Count type.
Stdev 256 Represents the Stdev type.
Stdevp 512 Represents the Stdevp type.
Var 1024 Represents the Var type.
Varp 2048 Represents the Varp type.
See Also