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

How can unmerge all Cells at a row of table?

Community Beginner ,
Jul 06, 2022 Jul 06, 2022

Copy link to clipboard

Copied

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

Views

151

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST

Hi @MrTran ,

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

 

Regards,
Uwe Laubender
( Adobe Community Professional )

 

Votes

Translate

Translate

Report

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