Does it possible to expand single cell to span into multiple rows without affecting width of row.
Suppose My PdfTable having 5 column and i want to expand 2nd rows 3rd column’s cell till the 5th row without affecting any other cell into any other row
See this example and PdfPCell.setRowspan(int) and PdfPCell.setColspan(int).