Page 1 of 1

Add line in multiple cells

Posted: Sat Apr 01, 2006 7:14 pm
by mouse5312
I'm now able to draw a table and add some data in this table.
Now I want to add a whole line in the table, this line are words that have to be splitted in multiple cells.

Is there a way to add text like:
table->Cells[0][0]->AddNL("machine [split sign] operator",0,0);
So I can add all the text in one line.

Posted: Sat Apr 01, 2006 10:03 pm
by Sergey Tkachenko
No, you cannot add text in different cells in one line of code, you need to call AddNL() for the corresponding cells.