Enum PivotFieldDataFormat
Represents the data formats for a field in the PivotTable
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum PivotFieldDataFormat
Fields
Name | Description |
---|---|
Difference | Indicates the field is shown as the "difference from" a value. |
Index | Indicates the field is shown as the "index. |
Normal | Indicates that the field is shown as its normal data type. |
Percent | Indicates the field is show as the "percentage of". |
PercentageOfColumn | Indicates the field is shown as the percentage of column. |
PercentageOfDifference | Indicates the field is shown as the "percentage difference from" a value. |
PercentageOfParent | Indicates Percentage of parent total. |
PercentageOfParentColumn | Indicates Percentage of parent column total. |
PercentageOfParentRow | Indicates Percentage of parent row total. |
PercentageOfRow | Indicates the field is shown as the percentage of row. |
PercentageOfRunningTotal | Indicates Percentage of running total. |
PercentageOfTotal | Indicates the field is shown as percentage of total. |
RankAscending | Indicates Rank ascending. |
RankDecending | Indicates Rank descending. |
RunTotal | Indicates the field is shown as running total in the table. |