Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public enum PivotItemType
Public Enumeration PivotItemType
public enum class PivotItemType
type PivotItemType
Members
Member | Value | Description |
---|---|---|
Average | 0 | |
Blank | 1 | |
Count | 2 | |
CountA | 3 | |
Data | 4 | |
Default | 5 | |
GrandTotal | 6 | |
Max | 7 | |
Min | 8 | |
Product | 9 | |
StdDev | 10 | |
StdDevP | 11 | |
Sum | 12 | |
Var | 13 | |
VarP | 14 |