Skip to main content
Known Participant
July 6, 2022
Question

How can unmerge all Cells at a row of table?

  • July 6, 2022
  • 1 reply
  • 262 views

I have a table as bellow image:

I want unmerge all cells at row 3 of table ex:

 

I had try to get Row 3 , but It only has a Cell.

var oDoc=app.documents[0];
var oTable=oDoc.textFrames[0].tables[0];
var oRow3=oTable.rows[2];
var iCellNum=oRow3.cells.length;

 

How can get all Cells merged to Row 3 to unmerge them?

 

 

This topic is closed to new replies. Start a new post to keep the conversation going.

1 reply

Community Expert
July 6, 2022

Hi @MrTran ,

what will happen, if you use method unmerge() to that individual cell?

 

Regards,
Uwe Laubender
( Adobe Community Professional )