Table of Contents

Class PivotDataFields

Namespace
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly
Spire.XLS.dll
public class PivotDataFields : CollectionExtended<PivotDataField>, IList<PivotDataField>, ICollection<PivotDataField>, IEnumerable<PivotDataField>, IEnumerable, IExcelApplication, ICloneParent, IPivotDataFields
Inheritance
PivotDataFields
Implements
Inherited Members

Properties

this[int]

public PivotDataField this[int index] { get; }

Parameters

index int

Property Value

PivotDataField

this[string]

public IPivotDataField this[string name] { get; }

Parameters

name string

Property Value

IPivotDataField

Parent

public XlsPivotTable Parent { get; }

Property Value

XlsPivotTable

Methods

Add(IPivotField, string, SubtotalTypes)

public IPivotDataField Add(IPivotField iField, string name, SubtotalTypes subtotal)

Parameters

iField IPivotField
name string
subtotal SubtotalTypes

Returns

IPivotDataField

Clear()

public void Clear()

Remove(PivotDataField)

public bool Remove(PivotDataField item)

Parameters

item PivotDataField

Returns

bool

RemoveAt(int)

public void RemoveAt(int index)

Parameters

index int