Add line in multiple cells

General TRichView support forum. Please post your questions here
Post Reply
mouse5312
Posts: 3
Joined: Fri Mar 31, 2006 2:54 pm

Add line in multiple cells

Post 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.
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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.
Post Reply