Hi,
I am building a template which utilizes the <<cellMerge - horz>>
I want my table so that it merges any blank cells with the cell that has a value. So far I have a table that has 5 columns, Col 4 and 5 are blank and…...Tables; Document doc = new Document("YourDocument.docx");...IsNullOrEmpty(cell.GetText().Trim())) { firstNonBlankCell = cell;...