Tag: InvertSelection
The InvertSelection function automates the action of inverting selected rows in the grid.
Tag Attributes
Attributes | Attribute Values | Value Description | Comment |
---|
Target | N/A | Grid code name | N/A |
Top | N/A | Number of rows to select | N/A |
Example Script
<ytriaAutomation Application="sapio365">
<Select lines="ByValue">
<SetParam ColumnID="groupType" Value="Office 365 group"/>
</Select>
<InvertSelection/>
</ytriaAutomation>
XML
With top:
<ytriaAutomation console="false">
<ShowGroups>
<Select Lines="ByValue">
<SetParam ColumnID="visibility" Value="Private"/>
</Select>
<InvertSelection Top="6"/>
</ShowGroups>
</ytriaAutomation>
XML
