Namespace: Spire.Xls
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

MemberValueDescription
wholeTable0
pageFieldLabels1
pageFieldValues2
firstColumnStripe3
secondColumnStripe4
firstRowStripe5
secondRowStripe6
firstColumn7
headerRow8
firstHeaderCell9
firstSubtotalColumn10
secondSubtotalColumn11
thirdSubtotalColumn12
blankRow13
firstSubtotalRow14
secondSubtotalRow15
thirdSubtotalRow16
firstColumnSubheading17
secondColumnSubheading18
thirdColumnSubheading19
firstRowSubheading20
secondRowSubheading21
thirdRowSubheading22
lastColumn23
totalRow24

See Also