Insert Rows
指定位置に空行を挿入し、既存の行を下にシフトします。
ExcelExcelInsertRows
概要
指定位置に空行を挿入し、既存の行を下にシフトします。
Insert blank row(s) at a position, shifting existing rows down.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Excel instance | variable | 必須 | excel | Name that identifies this open workbook. |
| Sheet (blank = active) | string | 任意 | Worksheet name; blank uses the active sheet. 変数に対応 | |
| Row (1-based) | number | 必須 | 例: 1 変数に対応 | |
| How many | number | 任意 | 1 |