Click or drag to resize
NanoXLSX

WorksheetRemoveMergedCells Method

Removes the defined merged cell range

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntax
C#
public void RemoveMergedCells(
	string range
)

Parameters

range  String
Cell range to remove the merging
Exceptions
ExceptionCondition
RangeExceptionThrows a RangeException if the passed cell range was not merged earlier
See Also