NanoXLSX Library Documentation
![]() | WorksheetRemoveMergedCells Method |
Removes the defined merged cell range
Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
public void RemoveMergedCells( string range )
Parameters
- range
- Type: SystemString
Cell range to remove the merging

Exception | Condition |
---|---|
RangeException | Throws a UnkownRangeException if the passed cell range was not merged earlier |
