Worksheet.MergedCells Property

NanoXLSX

NanoXLSX

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)
Syntax
C#
public Dictionary<string, CellRange> MergedCells { get; }

Property Value

Type: DictionaryString, CellRange
See Also