Table of Contents

Class ExcelNamedStyleCollection<T>

Namespace
OfficeOpenXml
Assembly
EPPlus.dll

A collection of named styles in the workbooks styles.

public class ExcelNamedStyleCollection<T> : ExcelStyleCollection<T>, IEnumerable<T>, IEnumerable

Type Parameters

T

The type of style

Inheritance
ExcelNamedStyleCollection<T>
Implements
Inherited Members

Constructors

ExcelNamedStyleCollection()

public ExcelNamedStyleCollection()

Properties

this[string]

Indexer for the collection

public T this[string name] { get; }

Parameters

name string

The name of the Style

Property Value

T