回答編集履歴
1
誤字を修正
answer
CHANGED
@@ -39,7 +39,7 @@
|
|
39
39
|
|
40
40
|
// rectに対する行方向の統合(めんどくさいのでパス)
|
41
41
|
|
42
|
-
for (
|
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());
|