PivotFieldDataDisplayFormat Enum
Contents
[
Hide
]PivotFieldDataDisplayFormat Enum
Represents data display format in the PivotTable data field.
type PivotFieldDataDisplayFormat int32
Fields
| Field | Description |
|---|---|
| Normal | Represents normal display format. |
| DifferenceFrom | Represents difference from display format. |
| PercentageOf | Represents percentage of display format. |
| PercentageDifferenceFrom | Represents percentage difference from display format. |
| RunningTotalIn | Represents running total in display format. |
| PercentageOfRow | Represents percentage of row display format. |
| PercentageOfColumn | Represents percentage of column display format. |
| PercentageOfTotal | Represents percentage of total display format. |
| Index | Represents index display format. |
| PercentageOfParentRowTotal | Represents percentage of parent row total display format. |
| PercentageOfParentColumnTotal | Represents percentage of parent column total display format. |
| PercentageOfParentTotal | Represents percentage of parent total display format. |
| PercentageOfRunningTotalIn | Represents percentage of running total in display format. |
| RankSmallestToLargest | Represents smallest to largest display format. |
| RankLargestToSmallest | Represents largest to smallest display format. |