Table with varying columns in each row
I asked a simlar question before : How do I create a single table (called oTbl, for example) with a varying number of column assigned to different rows ?
For example, row 1 has one column;
row 2 has four coumns;
row 3 has two columns;
row 4 has three columns.
(Before, I could use : oTbl.Rows(1).Cells.Merge when I only only needed a table with one and two columns in each row; but now I have more column requirements).
Thanks !
|