Workbook.ResolveMergedCells Method

PicoXLSX

PicoXLSX

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.

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public void ResolveMergedCells()
Exceptions
ExceptionCondition
StyleExceptionThrows an StyleException if one of the styles of the merged cells cannot be referenced or is null
See Also