Get Cell
セルの値(A1 形式または行/列指定)を変数に読み取ります。
ExcelExcelGetCell
概要
セルの値(A1 形式または行/列指定)を変数に読み取ります。
Read a cell value (by A1 or row/column) into a variable.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Excel instance | variable | 必須 | excel | Name that identifies this open workbook. |
| Sheet (blank = active) | string | 任意 | Worksheet name; blank uses the active sheet. 変数に対応 | |
| Reference by | dropdownA1 (Cell) · Row & Column | 任意 | A1 (Cell) | |
| Cell (A1) — for A1 mode | string | 任意 | 例: A1 変数に対応 | |
| Row (1-based) — for Row & Column mode | number | 任意 | 例: 1 変数に対応 | |
| Column (1-based) — for Row & Column mode | number | 任意 | 例: 1 変数に対応 | |
| Store result in | variable | 必須 | 例: value |