Spread.Sheets Documentation > Sample Code > Sample Code for Cells > Spanning or Merging Cells |
You can span or merge cells.
This example spans blocks of cells.
JavaScript |
Copy Code
|
---|---|
window.onload = function(){ // Merge three columns with origin at cell(1,1). // Set on every anchor cell |