Add Data Row
DataTable に行を追加します。
データテーブルAddDataRow
概要
DataTable に行を追加します。
Append a row to a DataTable.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| DataTable name | variable | 必須 | Name of the DataTable variable. 例: data | |
| Row data | string | 必須 | 'col=value, col2=value2' or a JSON object. 例: name=Bob, age=30 変数に対応 |