Click or drag to resize
NanoXLSX

WorksheetRemoveMergedCells Method

Removes the defined merged cell range

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.3+98f265239ae8df4639650ecd7029244cc5e52dfc
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