Show / Hide Table of Contents

Class ExcelNamedStyleCollection<T>

A collection of named styles in the workbooks styles.

Inheritance
object
ExcelStyleCollection<T>
ExcelNamedStyleCollection<T>
Implements
IEnumerable<T>
IEnumerable
Inherited Members
ExcelStyleCollection<T>.TopNode
ExcelStyleCollection<T>.GetEnumerator()
ExcelStyleCollection<T>.this[int]
ExcelStyleCollection<T>.Count
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public class ExcelNamedStyleCollection<T> : ExcelStyleCollection<T>, IEnumerable<T>, IEnumerable
Type Parameters
Name Description
T

The type of style

Properties

this[string]

Indexer for the collection

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

The name of the Style

Property Value
Type Description
T

Implements

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