Class ExcelPivotTableDataField
- Namespace
- OfficeOpenXml.Table.PivotTable
- Assembly
- Magicodes.EPPlus.dll
public class ExcelPivotTableDataField : XmlHelper
- Inheritance
-
ExcelPivotTableDataField
- Inherited Members
-
- Extension Methods
-
Properties
BaseField
public int BaseField { get; set; }
Property Value
- int
BaseItem
public int BaseItem { get; set; }
Property Value
- int
Field
public ExcelPivotTableField Field { get; }
Property Value
- ExcelPivotTableField
public string Format { get; set; }
Property Value
- string
Function
public DataFieldFunctions Function { get; set; }
Property Value
- DataFieldFunctions
Index
public int Index { get; }
Property Value
- int
Name
public string Name { get; set; }
Property Value
- string