Read merged cells in interop word C#
How to read the merged cells using interop. Facing issue "cannot access individual rows in this collection because the table has vertically merged cells".Code tried: string text= table.Rows[0].Range.Text;
Name Gender Results IssueId
Male Female
Reynold - Yes Available SK0056
Expected results(by removing the cell value 'Gender')
Name Male Female Results IssueId
Reynold - Yes Available SK0056