Class ExcelWorksheet.MergeCellsCollection
- Namespace
- OfficeOpenXml
- Assembly
- Magicodes.EPPlus.dll
public class ExcelWorksheet.MergeCellsCollection : IEnumerable<string>, IEnumerable
- Inheritance
-
ExcelWorksheet.MergeCellsCollection
- Implements
- Inherited Members
- Extension Methods
Properties
Count
public int Count { get; }
Property Value
this[int]
public string this[int index] { get; }
Parameters
index
int
Property Value
this[int, int]
public string this[int row, int column] { get; }
Parameters
Property Value
Methods
GetEnumerator()
public IEnumerator<string> GetEnumerator()