PicoXLSX Library Documentation
![]() | WorksheetMergedCells Property |
Gets the merged cells (only references) as dictionary with the cell address as key and the range object as value
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)

C#
public Dictionary<string, CellRange> MergedCells { get; }
Property Value
Type: DictionaryString, CellRange