📌  相关文章
📜  激活单元应用程序脚本 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:47.927000             🧑  作者: Mango

代码示例1
spreadsheet.getActiveCell().offset(-8,0).activate();
SpreadsheetApp.flush(); // see next line
Utilities.sleep(1000); // wait so scrolling won't be reset
spreadsheet.getActiveCell().offset(11,0).activate();
};