mike509123
MIS
Hi,
I know you can add a row to a table by doing
Table table = new Table();
table.Rows.Add(new Row());
How would you go about adding a column to that table?
Thanks.
I know you can add a row to a table by doing
Table table = new Table();
table.Rows.Add(new Row());
How would you go about adding a column to that table?
Thanks.