MergedCells Property

Office Open XML

Addresses to merged ranges

Namespace:  OfficeOpenXml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public ExcelWorksheet..::.MergeCellsCollection<string> MergedCells { get; }
Visual Basic (Declaration)
Public ReadOnly Property MergedCells As ExcelWorksheet..::.MergeCellsCollection(Of String)
Visual C++
public:
property ExcelWorksheet..::.MergeCellsCollection<String^>^ MergedCells {
	ExcelWorksheet..::.MergeCellsCollection<String^>^ get ();
}

See Also