Get Last Column In Row
指定した行内で空でない最後の列のインデックスを取得します。
ExcelExcelGetLastColumnIndexBySpecifiedRow
概要
指定した行内で空でない最後の列のインデックスを取得します。
Get the last non-empty column index within a given row.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| 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 変数に対応 | |
| Store column index in | variable | 必須 | 例: lastCol |