Hi,
i have an issue in creating a table. This should be the layout for my table:
table.png (4,7 KB)
But this is the result:
broken_table.png (6,0 KB)
I only add the number of cells that are necessary per row. Nothin…...Add("1/2") c = row.Cells.Add("1/3") c.RowSpan...Cells.Add("2/1") c.RowSpan = 2 row.Cells.Add("2/2") row.Cells...