Worksheet.RemoveMergedCells Method

NanoXLSX

NanoXLSX

WorksheetRemoveMergedCells Method

Removes the defined merged cell range

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