Get Cell Format
セルの数値書式文字列を読み取ります。
ExcelExcelGetFormatCell
概要
セルの数値書式文字列を読み取ります。
Read a cell's number format string.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Excel instance | variable | 必須 | excel | Name that identifies this open workbook. |
| Sheet (blank = active) | string | 任意 | Worksheet name; blank uses the active sheet. 変数に対応 | |
| Reference by | dropdownA1 (Cell) · Row & Column | 任意 | A1 (Cell) | |
| Cell (A1) — for A1 mode | string | 任意 | 例: A1 変数に対応 | |
| Row (1-based) — for Row & Column mode | number | 任意 | 例: 1 変数に対応 | |
| Column (1-based) — for Row & Column mode | number | 任意 | 例: 1 変数に対応 | |
| Store format in | variable | 必須 | 例: fmt |