Class EPPlusReadOnlyList<T>
- Namespace
- OfficeOpenXml.Core
- Assembly
- EPPlus.dll
A readonly collection of a generic type
public class EPPlusReadOnlyList<T> : IEnumerable<T>, IEnumerable
Type Parameters
T
The generic type
- Inheritance
-
EPPlusReadOnlyList<T>
- Implements
-
IEnumerable<T>
- Derived
- Inherited Members
Constructors
EPPlusReadOnlyList()
public EPPlusReadOnlyList()
Properties
Count
Number of items in the collection.
public int Count { get; }
Property Value
this[int]
The indexer for the collection
public T this[int index] { get; }
Parameters
index
intThe index
Property Value
- T
Returns the object at the index
Methods
GetIndexByValue(T)
Retrives the index of the supplied value
public int GetIndexByValue(T value)
Parameters
value
T
Returns
- int
The index