Tag: RemoveFilteredRows & RemoveHiddenRows

The RemoveFilteredRows and RemoveHiddenRows function removes rows from the grid that were manually hidden or filtered out.

<RemoveFilteredRows/>
<RemoveHiddenRows/>
XML

Tag Attributes

AttributesValue Description
TargetGrid code name

Example Script

<ytriaAutomation Console="False">
	<RemoveFilteredRows/>
	<RemoveHiddenRows/>
</ytriaAutomation>
XML