Table of Contents

Class ExcelFilterCollectionBase<T>

Namespace
OfficeOpenXml.Filter
Assembly
EPPlus.dll

A collection of filters for a filter column

public class ExcelFilterCollectionBase<T> : IEnumerable<T>, IEnumerable

Type Parameters

T

The filter type

Inheritance
ExcelFilterCollectionBase<T>
Implements
Derived
Inherited Members

Properties

Count

Number of items in the collection

public int Count { get; }

Property Value

int

this[int]

The indexer for the collection

public T this[int index] { get; }

Parameters

index int

The index of the item

Property Value

T

The item at the index.

Methods

GetEnumerator()

Gets the enumerator for the collection

public IEnumerator<T> GetEnumerator()

Returns

IEnumerator<T>

The enumerator