Class ExcelPivotTableFieldCollectionBase<T>
- Namespace
- OfficeOpenXml.Table.PivotTable
- Assembly
- Magicodes.EPPlus.dll
public class ExcelPivotTableFieldCollectionBase<T> : IEnumerable<T>, IEnumerable
Type Parameters
T
- Inheritance
-
ExcelPivotTableFieldCollectionBase<T>
- Implements
-
IEnumerable<T>
- Derived
- Inherited Members
- Extension Methods
Fields
_table
protected ExcelPivotTable _table
Field Value
Properties
Count
public int Count { get; }
Property Value
this[int]
public T this[int Index] { get; }
Parameters
Index
int
Property Value
- T
Methods
GetEnumerator()
public IEnumerator<T> GetEnumerator()
Returns
- IEnumerator<T>