Class ExcelPivotTableDataField
- Namespace
- OfficeOpenXml.Table.PivotTable
- Assembly
- EPPlus.dll
A pivot table data field
public class ExcelPivotTableDataField : XmlHelper
- Inheritance
-
ExcelPivotTableDataField
- Inherited Members
Properties
BaseField
Field index. Reference to the field collection
public int BaseField { get; set; }
Property Value
BaseItem
The index to the base item when the ShowDataAs calculation is in use
public int BaseItem { get; set; }
Property Value
Field
The field
public ExcelPivotTableField Field { get; }
Property Value
Format
The number format for the data field
public string Format { get; set; }
Property Value
Function
Type of aggregate function
public DataFieldFunctions Function { get; set; }
Property Value
Index
The index of the datafield
public int Index { get; }
Property Value
Name
The name of the datafield
public string Name { get; set; }
Property Value
ShowDataAs
Represents a pivot fields Show As properties.
public ExcelPivotTableDataFieldShowDataAs ShowDataAs { get; }