Aspose::Cells::Pivot::PivotFieldDataDisplayFormat enum

PivotFieldDataDisplayFormat enum

Represents data display format in the PivotTable data field.

enum class PivotFieldDataDisplayFormat

Values

NameValueDescription
Normal0
Represents normal display format.
DifferenceFrom1
Represents difference from display format.
PercentageOf2
Represents percentage of display format.
PercentageDifferenceFrom3
Represents percentage difference from display format.
RunningTotalIn4
Represents running total in display format.
PercentageOfRow5
Represents percentage of row display format.
PercentageOfColumn6
Represents percentage of column display format.
PercentageOfTotal7
Represents percentage of total display format.
Index8
Represents index display format.
PercentageOfParentRowTotal9
Represents percentage of parent row total display format.
PercentageOfParentColumnTotal10
Represents percentage of parent column total display format.
PercentageOfParentTotal11
Represents percentage of parent total display format.
PercentageOfRunningTotalIn12
Represents percentage of running total in display format.
RankSmallestToLargest13
Represents smallest to largest display format.
RankLargestToSmallest14
Represents largest to smallest display format.

See Also