Class ExcelPivotTableFilterBaseCollection
The base collection for pivot table filters
Inheritance
ExcelPivotTableFilterBaseCollection
Inherited Members
Namespace: OfficeOpenXml.Table.PivotTable.Filter
Assembly: EPPlus.dll
Syntax
public abstract class ExcelPivotTableFilterBaseCollection : IEnumerable<ExcelPivotTableFilter>, IEnumerable
Properties
Count
Number of items in the collection
Declaration
public int Count { get; }
Property Value
| Type | Description |
|---|---|
| int |
this[int]
The indexer for the collection
Declaration
public ExcelPivotTableFilter this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The index |
Property Value
| Type | Description |
|---|---|
| ExcelPivotTableFilter |
Methods
GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
public IEnumerator<ExcelPivotTableFilter> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<ExcelPivotTableFilter> | An enumerator that can be used to iterate through the collection. |