select
boolean
select( [in] any xSelection )
raises( ::com::sun:
Description
selects the object represented by xSelection if it is known and selectable in this object.
In other words, what is the form for the argument for the select method of com.sun.star.form.FmXGridControl?
After a lot of research, using xray and debugging, I think select should be looking for just the row number of the record, a long.
However, doing so throws an illegal argument exception, see below. I'm beginning to think it just doesn't work...
Thanks for reading!