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 PivotTableElement
Public Enumeration PivotTableElement
public enum class PivotTableElement
type PivotTableElement
Members
| Member | Value | Description |
|---|---|---|
| wholeTable | 0 | |
| pageFieldLabels | 1 | |
| pageFieldValues | 2 | |
| firstColumnStripe | 3 | |
| secondColumnStripe | 4 | |
| firstRowStripe | 5 | |
| secondRowStripe | 6 | |
| firstColumn | 7 | |
| headerRow | 8 | |
| firstHeaderCell | 9 | |
| firstSubtotalColumn | 10 | |
| secondSubtotalColumn | 11 | |
| thirdSubtotalColumn | 12 | |
| blankRow | 13 | |
| firstSubtotalRow | 14 | |
| secondSubtotalRow | 15 | |
| thirdSubtotalRow | 16 | |
| firstColumnSubheading | 17 | |
| secondColumnSubheading | 18 | |
| thirdColumnSubheading | 19 | |
| firstRowSubheading | 20 | |
| secondRowSubheading | 21 | |
| thirdRowSubheading | 22 | |
| lastColumn | 23 | |
| totalRow | 24 |