Home arrow Reference arrow SearchAndSelect
SearchAndSelect
Search for and select rows with a specific text sequences in the row label or particular text column.

Syntax:

SearchAndSelect, operator, textColumnIndex, "commaDelimitedStrings"

Parameters:

operator – the test operator to use { ExactMatch, Contains, StartsWith, EndsWith } 

textColumnIndex – the index position of the text column (first is 0, row label is -1)

commaDelimitedStrings – a comma-separated list of strings to look for 

Examples:

SearchAndSelect,Contains,2,"Mana,Rep"

Selects all rows with "Mana" or "Rep" in text column index 2 (the third text column).

 
< Prev   Next >

Reference