Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How can unmerge all Cells at a row of table?

Explorer ,
Jul 06, 2022 Jul 06, 2022

I have a table as bellow image:

MrTran_0-1657097563697.png

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

MrTran_1-1657097929947.png

 

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?

 

 

TOPICS
Scripting
262
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 06, 2022 Jul 06, 2022
LATEST

Hi @MrTran ,

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

 

Regards,
Uwe Laubender
( Adobe Community Professional )

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines