Append Row
最終使用行の後に値の行を追加します。
ExcelExcelAppendRow
概要
最終使用行の後に値の行を追加します。
Append a row of values after the last used row.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Excel instance | variable | 必須 | excel | Name that identifies this open workbook. |
| Sheet (blank = active) | string | 任意 | Worksheet name; blank uses the active sheet. 変数に対応 | |
| Values | string | 必須 | Comma-separated values or a list variable name. 例: a, b, c 変数に対応 |