







Base collection class for styles.
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
| C# |
|---|
public class ExcelStyleCollection<T> : IEnumerable<T>, IEnumerable |
| Visual Basic (Declaration) |
|---|
Public Class ExcelStyleCollection(Of T) _ Implements IEnumerable(Of T), IEnumerable |
| Visual C++ |
|---|
generic<typename T> public ref class ExcelStyleCollection : IEnumerable<T>, IEnumerable |
Type Parameters
- T
- The style type
