Show / Hide Table of Contents

Class ExcelNamedStyleCollection<T>

Inheritance
System.Object
ExcelStyleCollection<T>
ExcelNamedStyleCollection<T>
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
Inherited Members
ExcelStyleCollection<T>.TopNode
ExcelStyleCollection<T>._dic
ExcelStyleCollection<T>.GetEnumerator()
ExcelStyleCollection<T>.IEnumerable.GetEnumerator()
ExcelStyleCollection<T>.Item[Int32]
ExcelStyleCollection<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
Assembly: EPPlus.dll
Syntax
public class ExcelNamedStyleCollection<T> : ExcelStyleCollection<T>, IEnumerable<T>, IEnumerable
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 of the Style

Property Value
Type Description
T

Implements

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