Question
How can get parentTextFrame of a Cell was Overflow?
I have a Table put in Link Frame:

I want get Parent TextFrame of Cells in Link Frame 2:
If Cell is not overflow, i can get by code:
oCell.texts(1).insertionPoints(1).parentTextFrames(1)
But If Cell overflow, above code can't get Parent TextFrame.
How can get parentTextFrame of a Cell was Overflow?
