Copy link to clipboard
Copied
Ex: I have a table: 2Rows
Row1 (Cell1, Cell2) put in TextFrame 1
Row2 (Cell3, Cell4) put in TextFrame 2.
If i get [Cell3.Parent.Parent], It return TextFrame 1.
How TextFrame2 get from Row2 (CELL3, Cell4)?
cell.insertionPoints[0].parentTextFrames[0]
Copy link to clipboard
Copied
cell.insertionPoints[0].parentTextFrames[0]