最終更新:2026-06-03 (水) 06:19:34 (7d)
Google Apps Script/行と列
Top / Google Apps Script / 行と列
getRange
- 1-base
- Sheetオブジェクト.getRange("セル番号")
- Sheetオブジェクト.getRange(行番号, 列番号)
- Sheetオブジェクト.getRange(行番号, 列番号, 行数)
- Sheetオブジェクト.getRange(行番号, 列番号, 行数, 列数)

