ItextSharp, number of Cells not dividable by the length of the row

后端 未结 1 755
闹比i
闹比i 2021-01-23 02:20

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

1条回答
  •  一整个雨季
    2021-01-23 02:38

    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".

    0 讨论(0)
提交回复
热议问题