Split Range By Column
範囲を列ごとのリストのリストに分割します。
ExcelExcelSplitRangeByColumn
概要
範囲を列ごとのリストのリストに分割します。
Split a range into a list of per-column lists.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| 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 columns in | variable | 必須 | 例: columns |