|
|
sheet.getRange(row, col, rowCount, colCount).allowEditInCell(true)
|
|
sheet.getRange(row, col, rowCount, colCount).allowEditInCell(true)
|
|
|
const firstRowSpans = collectFirstRowSpans(sheet, row, col, colCount)
|
|
const firstRowSpans = collectFirstRowSpans(sheet, row, col, colCount)
|