Table of Contents

Class ExcelPivotTableFieldCollectionBase<T>

Namespace
OfficeOpenXml.Table.PivotTable
Assembly
EPPlus.dll

Base collection class for pivottable fields

public abstract class ExcelPivotTableFieldCollectionBase<T> : IEnumerable<T>, IEnumerable

Type Parameters

T
Inheritance
ExcelPivotTableFieldCollectionBase<T>
Implements
Derived
Inherited Members

Properties

Count

Number of items in the collection

public int Count { get; }

Property Value

int

this[int]

Indexer for the collection

public virtual T this[int Index] { get; }

Parameters

Index int

The index

Property Value

T

The pivot table field

Methods

GetEnumerator()

Gets the enumerator of the collection

public IEnumerator<T> GetEnumerator()

Returns

IEnumerator<T>

The enumerator