Table of Contents

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

int

this[int]

Indexer for the collection

public string this[int index] { get; }

Parameters

index int

The index in the collection

Property Value

string

this[int, int]

Indexer for the collection

public string this[int row, int column] { get; }

Parameters

row int

The Top row of the merged cells

column int

The Left column of the merged cells

Property Value

string

Methods

GetEnumerator()

Gets the enumerator for the collection

public IEnumerator<string> GetEnumerator()

Returns

IEnumerator<string>

The enumerator