I am trying to add PdfPCell inside a loop to a iTextSharp Table with 2 columns in a Document. But if the count inside the loop is an o
PdfPCell
Table
Document
On your PdfPTable you can call the CompleteRow() method when you're done and missing cells will be filled in.
PdfPTable