Class ExcelNamedStyleCollection<T>
A collection of named styles in the workbooks styles.
Implements
IEnumerable<T>
IEnumerable
Inherited Members
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
Item[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
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable