Page 1 of 1

Table with complex row

Posted: Wed Jan 21, 2015 10:46 pm
by nicopreto
Hi

I'm a new user trying TRichView.

I have a table with only one complex row:
Image

My question is:
Can I create a table with 100 rows based on this row?

Thanks

Posted: Thu Jan 22, 2015 6:44 am
by Sergey Tkachenko
Create a table having the required count of rows and columns, then merge cells using table.MergeCells method.

Posted: Thu Jan 22, 2015 10:24 am
by nicopreto
This row is created by a user.
Any chance of duplicate or copy?

Posted: Sun Jan 25, 2015 11:48 am
by Sergey Tkachenko
I created a function for replicating table rows: http://www.trichview.com/forums/viewtopic.php?t=6765

I assumed that:
- you need to add new rows in the same table
- you need it as an editable (undoable) operation.