ExcelWorksheet.MergeCellsCollection(T) Class

Office Open XML

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"]

Inheritance Hierarchy

System..::.Object
  OfficeOpenXml..::.ExcelWorksheet..::.MergeCellsCollection<(Of <(T>)>)

See Also