Hello,
I am trying the following. Given a WParagraph or TextSelection instance, is it possible to locate the first table in the document after the paragraph or textselection?
The document may contain multiple tables and I do not know how many tables there will be.
I have a TextSelection (or WParagraph) object based on a Find action an I need the table (if one exists) from that point onwards.
Is this possible?
Thank you,