I am currently working on a C# project which requires me to make a Dynamic Table. (The user of the program can decide how many Cells a row contains.)
That bit I have fi
There's a method on PdfPTable called CompleteRow that does exactly what you are talking about. Just call it when you are done with the table and it will "fill in the blanks" with the table's "default cell".
PdfPTable