Reply To: Get Selected Table Rows With ExtendScript?

#115783

I always think simpler than most:

app.selection[0].rows[-1].select(SelectionOptions.ADD_TO);

Best,
Michel

This article was last modified on April 3, 2019

Comments (0)

Loading comments...