Class ExcelStyleCollection<T>
- Namespace
- OfficeOpenXml
- Assembly
- Magicodes.EPPlus.dll
public class ExcelStyleCollection<T> : IEnumerable<T>, IEnumerable
Type Parameters
T
- Inheritance
-
ExcelStyleCollection<T>
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
ExcelStyleCollection()
public ExcelStyleCollection()
ExcelStyleCollection(bool)
public ExcelStyleCollection(bool SetNextIdManual)
Parameters
SetNextIdManual
bool
Properties
Count
public int Count { get; }
Property Value
- int
this[int]
public T this[int PositionID] { get; }
Parameters
PositionID
int
Property Value
- T
TopNode
public XmlNode TopNode { get; set; }
Property Value
- XmlNode
Methods
GetEnumerator()
public IEnumerator<T> GetEnumerator()
Returns
- IEnumerator<T>