Click or drag to resize
NanoXLSX

WorksheetResolveMergedCells Method

Method to resolve all merged cells of the worksheet. Only the value of the very first cell of the locked cells range will be visible. The other values are still present (set to EMPTY) but will not be stored in the worksheet.
This is an internal method. There is no need to use it

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntax
C#
internal void ResolveMergedCells()
Exceptions
ExceptionCondition
StyleExceptionThrows a StyleException if one of the styles of the merged cells cannot be referenced or is null
See Also