PivotTableLayoutType Enumeration
|
Specifies the pivot table layout
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum PivotTableLayoutType
Public Enumeration PivotTableLayoutType
public enum class PivotTableLayoutType
type PivotTableLayoutType
Members
|
Member name
|
Value
|
Description
|
|
Compact
|
0
|
Compact Row
|
|
Outline
|
1
|
Outline Row
|
|
Tabular
|
2
|
Tabular Row
|
See Also