Enum eShowDataAs
The data formats for a field in the PivotTable
Namespace: OfficeOpenXml.Table.PivotTable
Assembly: EPPlus.dll
Syntax
public enum eShowDataAs
Fields
Name | Description |
---|---|
Difference | The field is shown as the "difference from" a value. |
Index | The field is shown as the index. |
Normal | The field is shown as its normal datatype. |
Percent | The field is show as the percentage of a value |
PercentDiff | The field is shown as the percentage difference from a value. |
PercentOfCol | The field is shown as the percentage of the column. |
PercentOfRow | The field is shown as the percentage of the row |
PercentOfTotal | The field is shown as the percentage of the total |
RunTotal | The field is shown as the running total in the the table |