EPPlus 3.0 |
ExcelWorksheet..::.MergeCellsCollection<(Of <(T>)>) Class |
ExcelWorksheet Class Members See Also Send Feedback |
Collection containing merged cell addresses
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public class MergeCellsCollection<T> : IEnumerable<T>, IEnumerable |
Visual Basic (Declaration) |
---|
Public Class MergeCellsCollection(Of T) _ Implements IEnumerable(Of T), IEnumerable |
Visual C++ |
---|
generic<typename T> public ref class MergeCellsCollection : IEnumerable<T>, IEnumerable |
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:OfficeOpenXml.ExcelWorksheet.MergeCellsCollection`1"]