Table of Contents

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
Derived
Inherited Members
Extension Methods

Fields

_table

protected ExcelPivotTable _table

Field Value

ExcelPivotTable

Properties

Count

public int Count { get; }

Property Value

int

this[int]

public T this[int Index] { get; }

Parameters

Index int

Property Value

T

Methods

GetEnumerator()

public IEnumerator<T> GetEnumerator()

Returns

IEnumerator<T>