Show / Hide Table of Contents

Class EPPlusReadOnlyList<T>

A readonly collection of a generic type

Inheritance
System.Object
EPPlusReadOnlyList<T>
ExcelExternalDdeItemCollection
ExcelExternalDdeValueCollection
ExcelExternalNamedItemCollection<T>
ExcelExternalOleItemsCollection
ExcelExternalWorksheetCollection
ExcelPivotAreaReferenceCollection
ExcelPivotAreaReferenceItems
ExcelPivotTableAreaStyleCollection
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Core
Assembly: EPPlus.dll
Syntax
public class EPPlusReadOnlyList<T> : IEnumerable<T>, IEnumerable
Type Parameters
Name Description
T

The generic type

Properties

Count

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

Item[Int32]

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

Methods

GetByValue(T)

Declaration
public T GetByValue(T value)
Parameters
Type Name Description
T value
Returns
Type Description
T

GetEnumerator()

Declaration
public IEnumerator GetEnumerator()
Returns
Type Description
System.Collections.IEnumerator

GetIndexByValue(T)

Declaration
public int GetIndexByValue(T value)
Parameters
Type Name Description
T value
Returns
Type Description
System.Int32

Explicit Interface Implementations

IEnumerable<T>.GetEnumerator()

Declaration
IEnumerator<T> IEnumerable<T>.GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<T>

Implements

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