Looking through the following link:
https://help.syncfusion.com/file-formats/pdf/working-with-flow-layoutI see how to add the table but if for example I want to add a table as follows:
Four columns with width percentages : 40%, 20%, 30%, 10%
How would I do that?
Also could you provide in your example of the method AddRow(). I may not know the exact number of rows until I start iterating my collection. Could be five, could be ten or so on.