Show / Hide Table of Contents

Class ExcelExternalNamedItemCollection<T>

A collection of cached defined names in an external workbook

Inheritance
System.Object
EPPlusReadOnlyList<T>
ExcelExternalNamedItemCollection<T>
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
Inherited Members
EPPlusReadOnlyList<T>.IEnumerable<T>.GetEnumerator()
EPPlusReadOnlyList<T>.GetEnumerator()
EPPlusReadOnlyList<T>.Item[Int32]
EPPlusReadOnlyList<T>.GetByValue(T)
EPPlusReadOnlyList<T>.GetIndexByValue(T)
EPPlusReadOnlyList<T>.Count
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.ExternalReferences
Assembly: EPPlus.dll
Syntax
public class ExcelExternalNamedItemCollection<T> : EPPlusReadOnlyList<T>, IEnumerable<T>, IEnumerable where T : IExcelExternalNamedItem
Type Parameters
Name Description
T

Properties

Item[String]

Indexer for the collection

Declaration
public T this[string name] { get; }
Parameters
Type Name Description
System.String name

The name if the defined name

Property Value
Type Description
T

Methods

ContainsKey(String)

If the name exists in the collection

Declaration
public bool ContainsKey(string name)
Parameters
Type Name Description
System.String name

The name. Case insensitive

Returns
Type Description
System.Boolean

true if the name exists in the collection, otherwise false

Implements

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