Tag: GoToNextSelectedRow

The GoToNexSelectedRow function scrolls the grid to the next selected row.


<GoToNextSelectedRow
XML

Tag Attributes

AttributesValue Description
Target

Uniquely identifies the grid (grid code name)

TypeUp (moves to selected row upward)
Down (moves to selected row downward)
if blank or not submitted, defaults to Down.

Example Script

<ytriaAutomation>
	<GoToNextSelectedRow/>
	<GoToNextSelectedRow type="down"/>
	<GoToNextSelectedRow type="up"/>
</ytriaAutomation>
XML