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
int

this[int]

The indexer for the collection

Declaration
public T this[int index] { get; }
Parameters
Type Name Description
int 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

Implements

IEnumerable<T>
IEnumerable
In this article
Back to top Generated by DocFX