PicoXLSX Library Documentation
![]() | WorksheetRemoveMergedCells Method |
Removes the defined merged cell range
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)

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 |
