NanoXLSX 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: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

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