Worksheet.RemoveMergedCells Method

PicoXLSX

PicoXLSX

WorksheetRemoveMergedCells Method

Removes the defined merged cell range

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public void RemoveMergedCells(
	string range
)

Parameters

range
Type: SystemString
Cell range to remove the merging
Exceptions
ExceptionCondition
RangeExceptionThrows a UnkownRangeException if the passed cell range was not merged earlier
See Also