 | WorksheetMergeCells(CellAddress, CellAddress) Method |
Merges the defined cell range
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
Syntaxpublic string MergeCells(
CellAddress startAddress,
CellAddress endAddress
)
Parameters
- startAddress CellAddress
- Start address of the merged cell range.
- endAddress CellAddress
- End address of the merged cell range.
Return Value
StringReturns the validated range of the merged cells (e.g. 'A1:B12').
See Also