Cells.copyRow is not keeping merged cell info

I'm trying to copy a pre-existing row to another row further down the worksheet. The source row has the first 5 cells merged. After copying, the new rows do have the same formatting (color, bold, font, etc.) but the the new row's cells are not merged.

cells.copyRow(cells, 2, rowOffset + 1);

Thanks,
Dave

Hi,

We will support it soon.

Thanks for being patient!

Hi Dave,

Please try this attached fix.