UI Get Table Cell
グリッド/テーブルコントロールから行と列を指定してセル値を読み取ります。
UI自動化UIAutomationGetValueFromTableElementWindows専用
概要
UI Get Table Cell は、AutoFlowRPA の UI自動化 カテゴリに属するノーコードの自動化ステップです。 ワークフローが到達すると、1 つのステップで処理を実行します。 6 個のパラメータを設定して、動作を細かく制御できます。 このステップは Windows で動作します。 ビジュアルビルダーでワークフローにドラッグできる 369 個のコマンドの 1 つで、スクリプトは不要です。
概要
グリッド/テーブルコントロールから行と列を指定してセル値を読み取ります。
Read a cell value from a grid/table control by row and column.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Window title (substring) | string | 任意 | Leave blank to search the whole desktop (e.g. pop-up menu items and drop-downs that have no window of their own). 例: 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 |
UI Get Table Cell コマンドの使い方
- 1
AutoFlowRPAを開き、UI自動化グループからUI Get Table Cellコマンドをキャンバスにドラッグします。
- 2
サイドパネルでパラメータを設定します。UI Get Table Cellには設定可能な項目が6個あります。
- 3
ワークフローに接続してRunを押します。すべて端末上でローカルに実行されます。
よくある質問
UI Get Table Cell コマンドは何をしますか?
グリッド/テーブルコントロールから行と列を指定してセル値を読み取ります。
UI Get Table Cell コマンドはどのグループに属しますか?
UI Get Table CellはUI自動化グループに含まれます。AutoFlowRPAはコード不要で組み合わせられる369個以上の標準コマンドを搭載しています。
UI Get Table Cell コマンドにパラメータはありますか?
はい。UI Get Table Cellには設定可能な項目が6個あり、ビジュアルノードエディタで編集できます。