PivotFieldFormatType Enumeration
|
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum PivotFieldFormatType
Public Enumeration PivotFieldFormatType
public enum class PivotFieldFormatType
type PivotFieldFormatType
Members
|
Member name
|
Value
|
Description
|
|
Difference
|
0
|
|
|
Index
|
1
|
|
|
Normal
|
2
|
|
|
Percent
|
3
|
|
|
PercentageOfDifference
|
4
|
|
|
PercentageOfColumn
|
5
|
|
|
PercentageOfRow
|
6
|
|
|
PercentageOfTotal
|
7
|
|
|
PercentageOfParent
|
8
|
|
|
PercentageOfParentColumn
|
9
|
|
|
PercentageOfParentRow
|
10
|
|
|
RankDecending
|
11
|
|
|
PercentageOfRunningTotal
|
12
|
|
|
RunTotal
|
13
|
|
|
RankAscending
|
14
|
|
See Also