Copy link to clipboard
Copied
hi,
In a table, with selection in cell have to find the cell is merged or not.
If merged means have to find the number of colums or rows merged
Thanks
Copy link to clipboard
Copied
I think you need check each cell, for example
alert(app.activeDocument.textFrames[0].tables[0].rows[2].cells[0].columnSpan)
Find more inspiration, events, and resources on the new Adobe Community
Explore Now