Add line in multiple cells
Posted: Sat Apr 01, 2006 7:14 pm
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.
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.