Class PivotDataField
- Namespace
- Spire.Xls.Core.Spreadsheet.PivotTables
- Assembly
- Spire.XLS.dll
public class PivotDataField : IPivotDataField, ICloneParent
- Inheritance
-
PivotDataField
- Implements
- Inherited Members
Properties
BaseField
public int BaseField { get; set; }
Property Value
BaseItem
public int BaseItem { get; set; }
Property Value
CustomName
Gets/sets pivot field custom name.
public string CustomName { get; set; }
Property Value
Name
public string Name { get; }
Property Value
ShowDataAs
public PivotFieldFormatType ShowDataAs { get; set; }
Property Value
Subtotal
public SubtotalTypes Subtotal { get; set; }
Property Value
Methods
Clone(object)
public object Clone(object parent)
Parameters
parent
object