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
-
IEnumerable<T>
- Inherited Members
Constructors
ExcelNamedStyleCollection()
public ExcelNamedStyleCollection()
Properties
this[string]
Indexer for the collection
public T this[string name] { get; }
Parameters
name
stringThe name of the Style
Property Value
- T