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

In table have to find the row merge and column merge

New Here ,
Feb 18, 2010 Feb 18, 2010

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

merge.JPG

Thanks

TOPICS
Scripting
395
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
Engaged ,
Feb 18, 2010 Feb 18, 2010
LATEST

I think you need check each cell, for example

alert(app.activeDocument.textFrames[0].tables[0].rows[2].cells[0].columnSpan)

Shonky

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