UI Get Table Cell
グリッド/テーブルコントロールから行と列を指定してセル値を読み取ります。
UI自動化UIAutomationGetValueFromTableElementWindows専用
概要
グリッド/テーブルコントロールから行と列を指定してセル値を読み取ります。
Read a cell value from a grid/table control by row and column.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Window title (substring) | string | 必須 | 例: Calculator 変数に対応 | |
| Find control by | dropdownName · AutomationId · ControlType | 必須 | Name | |
| Control identifier | string | 必須 | Name / AutomationId / ControlType depending on 'Find by'. 例: OK 変数に対応 | |
| Row (0-based) | number | 必須 | 例: 0 変数に対応 | |
| Column (0-based) | number | 必須 | 例: 0 変数に対応 | |
| Store result in | variable | 必須 | 例: value |