Class ExcelWorksheet.MergeCellsCollection
- Namespace
- OfficeOpenXml
- Assembly
- EPPlus.dll
Collection containing merged cell addresses
public class ExcelWorksheet.MergeCellsCollection : IEnumerable<string>, IEnumerable
- Inheritance
-
ExcelWorksheet.MergeCellsCollection
- Implements
- Inherited Members
Properties
Count
Number of items in the collection
public int Count { get; }
Property Value
this[int]
Indexer for the collection
public string this[int index] { get; }
Parameters
index
intThe index in the collection
Property Value
this[int, int]
Indexer for the collection
public string this[int row, int column] { get; }
Parameters
Property Value
Methods
GetEnumerator()
Gets the enumerator for the collection
public IEnumerator<string> GetEnumerator()
Returns
- IEnumerator<string>
The enumerator