Get Worksheet Info
ワークシートのサイズ(行数、列数)を dict として取得します。
ExcelExcelGetWorksheetInfo
概要
ワークシートのサイズ(行数、列数)を dict として取得します。
Get a worksheet's dimensions (rows, columns) as a dict.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Excel instance | variable | 必須 | excel | Name that identifies this open workbook. |
| Sheet (blank = active) | string | 任意 | Worksheet name; blank uses the active sheet. 変数に対応 | |
| Store info in | variable | 必須 | 例: info |