if i define a table like this:
Dim datatable As PdfPTable = New PdfPTable(4)
and i dont have 4 cells to add in it, how can i make it so that it automatically fills the cell if there are not enough cells?
i am finding that unless i have at least 4 cells in there, it wont display it
the question is how do i figure out which cells are blank?