sheets.mergedCellsArray

An array of merged cell ranges, for example, B1:D2.

Example

<div id="spreadsheet"></div>
<script>
  $("#spreadsheet").kendoSpreadsheet({
    sheets: [{
      mergedCells: ["A1:C1", "B2:D3"]
    }]
  });
</script>
In this article
sheets.mergedCells
Not finding the help you need?
Contact Support