Show / Hide Table of Contents

Enum eShowDataAs

Defines the data formats for a field in the PivotTable

Namespace: Experior.Core.Data.OfficeOpenXml.Table.PivotTable
Assembly: Experior.Core.dll
Syntax
public enum eShowDataAs

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 datatype.

Percent

/Indicates the field is show as the "percentage of" a value

PercentDiff

Indicates the field is shown as the "percentage difference from" a value.

PercentOfCol

Indicates the field is shown as the percentage of column.

PercentOfRow

Indicates the field is shown as the percentage of row

PercentOfTotal

Indicates the field is shown as percentage of total.

RunTotal

Indicates the field is shown as running total in the table.

Extension Methods

EnumExtensions.AsString()
Back to top Generated by DocFX