質問するログイン新規登録

回答編集履歴

1

誤字を修正

2021/09/19 06:26

投稿

Daregada
Daregada

スコア11992

answer CHANGED
@@ -39,7 +39,7 @@
39
39
 
40
40
  // rectに対する行方向の統合(めんどくさいのでパス)
41
41
 
42
- for (const rect of rects) {
42
+ for (let rect of rects) {
43
43
  const target_range = sheet.getRange(rect.row, rect.col, rect.num_rows, rect.num_cols);
44
44
  const protection = target_range.protect().setDescription("数式セルの保護");
45
45
  protection.removeEditors(protection.getEditors());