Get Last Column Index
最終使用列のインデックスを取得します。
ExcelExcelGetLastColumnIndex
概要
最終使用列のインデックスを取得します。
Get the index of the last used column.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Excel instance | variable | 必須 | excel | Name that identifies this open workbook. |
| Sheet (blank = active) | string | 任意 | Worksheet name; blank uses the active sheet. 変数に対応 | |
| Store column index in | variable | 必須 | 例: lastCol |