OfficeInside - getting cell contents of a Word table

Hi,
I am using Capesoft’s OfficeInside (v4.75) with Clarion 11.1, 13855 EE.

I am trying to parse a table in a Word document using the SetSelection() method. The documentations says it will select the contents of a cell if I pass the table-number, column-number and row-number.
My problem is that it doesn’t seem to return the cell contents when I try to assign the result of the SetSelection method to a field, and the method returns False (ie error) even though the cell has some contents.

eg
OSR:MarkingCriterion = WordDoc.SetSelection(1, 1, l:RowCntr)

Am I doing something wrong? has anyone else come across this problem? All help much appreciated.
Regards,
Mark