How would one set a default item on a table view?

Probably very simple - but after I’ve passed the line:

	set content of table view 1 of scroll view 1 of window 1 to every text item of my_items

if I know that a certain item will be in the array (let’s say it’s “item3” how would I have it so the default highlighted cell is item3?

Thanks!