Class ExcelStyleCollection<T>
- Namespace
- OfficeOpenXml
- Assembly
- EPPlus.dll
Base collection class for styles.
public class ExcelStyleCollection<T> : IEnumerable<T>, IEnumerable
Type Parameters
T
The style type
- Inheritance
-
ExcelStyleCollection<T>
- Implements
-
IEnumerable<T>
- Derived
- Inherited Members
Properties
Count
Number of items in the collection
public int Count { get; }
Property Value
this[int]
Indexer for the collection
public T this[int PositionID] { get; }
Parameters
PositionID
intThe index of the Style
Property Value
- T
TopNode
The top xml node of the collection
public XmlNode TopNode { get; set; }
Property Value
- XmlNode
Methods
GetEnumerator()
Returns an enumerator that iterates through a collection.
public IEnumerator<T> GetEnumerator()
Returns
- IEnumerator<T>
The enumerator