Show / Hide Table of Contents

Class ExcelFilterCollectionBase<T>

A collection of filters for a filter column

Inheritance
Object
ExcelFilterCollectionBase<T>
ExcelFilterCollection<T>
ExcelValueFilterCollection
Implements
IEnumerable<T>
IEnumerable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.Filter
Assembly: EPPlus.dll
Syntax
public class ExcelFilterCollectionBase<T> : IEnumerable<T>, IEnumerable
Type Parameters
Name Description
T

The filter type

Properties

Count

Number of items in the collection

Declaration
public int Count { get; }
Property Value
Type Description
Int32

Item[Int32]

The indexer for the collection

Declaration
public T this[int index] { get; }
Parameters
Type Name Description
Int32 index

The index of the item

Property Value
Type Description
T

The item at the index.

Methods

GetEnumerator()

Gets the enumerator for the collection

Declaration
public IEnumerator<T> GetEnumerator()
Returns
Type Description
IEnumerator<T>

The enumerator

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets the enumerator for the collection

Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type Description
IEnumerator

The enumerator

Implements

System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
In this article
Back to top Generated by DocFX