Table of Contents

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

int

BaseItem

public int BaseItem { get; set; }

Property Value

int

CustomName

Gets/sets pivot field custom name.

public string CustomName { get; set; }

Property Value

string

Name

public string Name { get; }

Property Value

string

ShowDataAs

public PivotFieldFormatType ShowDataAs { get; set; }

Property Value

PivotFieldFormatType

Subtotal

public SubtotalTypes Subtotal { get; set; }

Property Value

SubtotalTypes

Methods

Clone(object)

public object Clone(object parent)

Parameters

parent object

Returns

object