Tag: GoToNextSelectedRow
The GoToNexSelectedRow function scrolls the grid to the next selected row.
XML
<GoToNextSelectedRow
Tag Attributes
|
Attributes |
Value Description |
|---|---|
|
Target |
Uniquely identifies the grid (grid code name) |
|
Type |
Up (moves to selected row upward)
|
Example Script
XML
<ytriaAutomation>
<GoToNextSelectedRow/>
<GoToNextSelectedRow type="down"/>
<GoToNextSelectedRow type="up"/>
</ytriaAutomation>