Click or drag to resize
NanoXLSX

WorkbookResolveMergedCells Method

Method to resolve all merged cells in all worksheets. 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.3+98f265239ae8df4639650ecd7029244cc5e52dfc
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