Table of Contents

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

int

this[int]

public string this[int index] { get; }

Parameters

index int

Property Value

string

this[int, int]

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

Parameters

row int
column int

Property Value

string

Methods

GetEnumerator()

public IEnumerator<string> GetEnumerator()

Returns

IEnumerator<string>