Show / Hide Table of Contents

Class EPPlusReadOnlyList<T>

A readonly collection of a generic type

Inheritance
object
EPPlusReadOnlyList<T>
ExcelExternalDdeItemCollection
ExcelExternalDdeValueCollection
ExcelExternalNamedItemCollection<T>
ExcelExternalOleItemsCollection
ExcelExternalWorksheetCollection
ExcelPivotAreaReferenceCollection
ExcelPivotAreaReferenceItems
ExcelPivotTableAreaConditionalFormattingCollection
ExcelPivotTableAreaStyleCollection
ExcelPivotTableConditionalFormattingCollection
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.Core
Assembly: EPPlus.dll
Syntax
public class EPPlusReadOnlyList<T> : IEnumerable<T>, IEnumerable
Type Parameters
Name Description
T

The generic 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

Property Value
Type Description
T

Returns the object at the index

Methods

GetIndexByValue(T)

Retrives the index of the supplied value

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

The index

Implements

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