79550770

Date: 2025-04-02 13:33:25
Score: 1
Natty:
Report link

Solved it. Only the first cell can have text. So, remove all text (and runs) from subsequent cells in the merge.

Something like:

tc = table.Elements<TableCell>();
foreach (Paragraph pg in tc.Elements<Paragraph>())
  pg.RemoveAllChildren();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: unqualified