Hey,
I'm trying to nest a table into a column. The column has to have a colspan of 3 and I'm not sure how this is accomplished. I put, for example:
aTable.insertTable(secondTable, new Point(1,3));
but how do I set the pre-define point (1,3) having a colspan of 3? I keep receiving errors every way I try this.
Thanks in advance,
Kurt
