Get Range
範囲を行のリスト(各行はセルのリスト)として読み取ります。
ExcelExcelGetRange
概要
範囲を行のリスト(各行はセルのリスト)として読み取ります。
Read a range into a list of rows (each row a list of cells).
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Excel instance | variable | 必須 | excel | Name that identifies this open workbook. |
| Sheet (blank = active) | string | 任意 | Worksheet name; blank uses the active sheet. 変数に対応 | |
| Range (A1:C3) | string | 必須 | 例: A1:C10 変数に対応 | |
| Store rows in | variable | 必須 | 例: rows |