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
-
IEnumerable<T>
- Derived
- Inherited Members
Properties
Count
Number of items in the collection
public int Count { get; }
Property Value
this[int]
Indexer for the collection
public virtual T this[int Index] { get; }
Parameters
Index
intThe 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