Get Data Row
行全体を(辞書として)変数に読み込みます。
データテーブルGetDataRow
概要
行全体を(辞書として)変数に読み込みます。
Read a whole row (as a dictionary) into a variable.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| DataTable name | variable | 必須 | Name of the DataTable variable. 例: data | |
| Row index | number | 必須 | 0-based row index. 例: 0 変数に対応 | |
| Store row in | variable | 必須 | 例: row |