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.4+e304ab0274fa680d1e83f83c8f76c3bd5a54caf2
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